MimeContentType Class
The MimeContentType class contains the native MIME stream of an object that is represented in base64Binary format.
Inheritance Hierarchy
System.Object
ExchangeWebServices.MimeContentType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class MimeContentType
'Usage
Dim instance As MimeContentType
[SerializableAttribute]
public class MimeContentType
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also