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