Share via


EmailMessage.Body Property

When overridden in a derived class, the Body property gets the body of the message.

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

Syntax

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

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