ItemType.MimeContent Property

Definition

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.

public:
 property ExchangeWebServices::MimeContentType ^ MimeContent { ExchangeWebServices::MimeContentType ^ get(); void set(ExchangeWebServices::MimeContentType ^ value); };
public ExchangeWebServices.MimeContentType MimeContent { get; set; }
Public Property MimeContent As MimeContentType

Property Value

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.

Applies to