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: 20.2
SyntaxPublic Enumeration MIMESupport
public enum class MIMESupport
Members
| Member 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