MimeContent Constructors

Definition

Overloads

MimeContent()

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.MimeContent class.

MimeContent(String, Byte[])

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.MimeContent class.

MimeContent()

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.MimeContent class.

public:
 MimeContent();
public MimeContent ();
Public Sub New ()

Applies to

MimeContent(String, Byte[])

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.MimeContent class.

public:
 MimeContent(System::String ^ characterSet, cli::array <System::Byte> ^ content);
public MimeContent (string characterSet, byte[] content);
Public Sub New (characterSet As String, content As Byte())

Parameters

characterSet
String

The character set of the content.

content
Byte[]

The content.

Applies to