AttachmentBaseContentType Property |
Gets or sets the type of the content.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic ContentType ContentType { get; set; }
Public Property ContentType As ContentType
Get
Set
public:
property ContentType^ ContentType {
ContentType^ get ();
void set (ContentType^ value);
}
member ContentType : ContentType with get, set
Property Value
Type:
ContentTypeThe type of the content.
See Also