Attachment Constructor (Uri, String, String) |
Initializes a new instance of the
Attachment class.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic Attachment(
Uri uri,
string name,
string mediaType
)
Public Sub New (
uri As Uri,
name As String,
mediaType As String
)
public:
Attachment(
Uri^ uri,
String^ name,
String^ mediaType
)
new :
uri : Uri *
name : string *
mediaType : string -> Attachment
Parameters
- uri
- Type: SystemUri
The URI. - name
- Type: SystemString
The attachment name. - mediaType
- Type: SystemString
The media type name.
See Also