ItemType.MimeContent Property
The MimeContent property gets or sets an instance of the MimeContentType class that contains the native MIME stream of an object that is represented in base64Binary format.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MimeContent As MimeContentType
Get
Set
'Usage
Dim instance As ItemType
Dim value As MimeContentType
value = instance.MimeContent
instance.MimeContent = value
public MimeContentType MimeContent { get; set; }
Property Value
Type: ExchangeWebServices.MimeContentType
The MimeContent property returns an instance of the MimeContentType class that contains the native MIME stream of an object that is represented in base64Binary format.
See Also