SendMailMessage.Body Property

Definition

Gets or sets the body (content) of the message.

public:
 property System::String ^ Body { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Body { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Body { get; set; }
[System.Management.Automation.Parameter(Position=2, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Body { get; set; }
member this.Body : string with get, set
[<System.Management.Automation.Parameter(Position=2, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Body : string with get, set
Public Property Body As String

Property Value

Attributes

Applies to