Share via


DeliveryTarget.MessageBody Property

Definition

Gets or sets the body of the e-mail message.

public:
 property System::String ^ MessageBody { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string MessageBody { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MessageBody : string with get, set
Public Property MessageBody As String

Property Value

The body of the e-mail message.

Attributes

Applies to