EmailMessage.MimeDocument Property

When overridden in a derived class, the MimeDocument property gets the underlying MimeDocument for the message.

Namespace:  Microsoft.Exchange.Data.Transport.Email
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public ReadOnly Property MimeDocument As MimeDocument
    Get
'Usage
Dim instance As EmailMessage
Dim value As MimeDocument

value = instance.MimeDocument
public MimeDocument MimeDocument { get; }

Property Value

Type: Microsoft.Exchange.Data.Mime.MimeDocument
When overridden in a derived class, the MimeDocument property returns the underlying MimeDocument for the message or a null reference (Nothing in Visual Basic) for embedded Multipurpose Internet Mail Extensions (MIME) and Transport Neutral Encapsulation Format (TNEF) messages.