SmartRequestMime Property |
Contains the MIME-encoded message.
The Mime content is transferred as an opaque BLOB within the WBXML tags, as specified in [WBXML1.2].
If the message contains a meeting request, the Mime element contains the details of meeting in iCalendar format [MS-OXCICAL] or Transport Neutral Encapsulation Format (TNEF) format [MS-OXTNEF].
As specified in [RFC2447] section 3.4, iCalendar meeting requests have a content type of "text/calendar" with the method parameter set to "REQUEST".
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string Mime { get; set; }
Public Property Mime As String
Get
Set
public:
property String^ Mime {
String^ get ();
void set (String^ value);
}
member Mime : string with get, set
Property Value
Type:
String
See Also