MIMESupport
MIMESupport enumeration
Enables MIME support for email items that are sent from the server to the client.
public enum MIMESupport
Values
Name | Value | Description |
---|---|---|
NeverSend | 0 |
Never send MIME data. |
SendForSecureMIMEonly | 1 |
Send MIME data for S/MIME messages only. Send regular body for all other messages. |
SendForAll | 2 |
Send MIME data for all messages. This flag could be used by clients to build a more rich and complete Inbox solution. |
See Also
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email