Class MimeContent
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the MIME content of an item.
public sealed class MimeContent : ComplexProperty
- Inheritance
-
MimeContent
- Inherited Members
Constructors
MimeContent()
Initializes a new instance of the MimeContent class.
public MimeContent()
MimeContent(string, byte[])
Initializes a new instance of the MimeContent class.
public MimeContent(string characterSet, byte[] content)
Parameters
Properties
CharacterSet
Gets or sets the character set of the content.
public string CharacterSet { get; set; }
Property Value
Content
Gets or sets the content.
public byte[] Content { get; set; }
Property Value
- byte[]
Methods
ToString()
public override string ToString()