Gets the Body of the message.
Null reference (Nothing in VB.NET) if the value is not known.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Property Body As EwsMessageBody Get Private Set |
C# |
---|
public EwsMessageBody Body { get; private set; } |