SyncOptionsMIMESupport Property |
Enables MIME support for email items that are sent from the server to the client.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic MIMESupport? MIMESupport { get; set; }
Public Property MIMESupport As MIMESupport?
Get
Set
public:
property Nullable<MIMESupport> MIMESupport {
Nullable<MIMESupport> get ();
void set (Nullable<MIMESupport> value);
}
member MIMESupport : Nullable<MIMESupport> with get, set
Property Value
Type:
NullableMIMESupport
See Also