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
public MimeContentType MimeContent { get; set; }
public:
property MimeContentType^ MimeContent {
    MimeContentType^ get ();
    void set (MimeContentType^ value);
}
/** @property */
public MimeContentType get_MimeContent ()

/** @property */
public void set_MimeContent (MimeContentType value)
public function get MimeContent () : MimeContentType

public function set MimeContent (value : 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.

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.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)