ItemType.MimeContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.