Sets the content of this resource to data read from the specified file and sets media type.
Namespace:
Rebex.Mail
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public Sub SetContentFromFile ( _ fileName As String, _ mediaType As String _ ) |
| C# |
|---|
public void SetContentFromFile( string fileName, string mediaType ) |
Parameters
- fileName
- Type: System..::..String
Path to the file to read data from.
- mediaType
- Type: System..::..String
Media type.