MimeContent Constructors
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.
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.