TextBody Constructors

Definition

Overloads

TextBody()

Initializes a new instance of the TextBody class. The TextBody() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

TextBody(String)

Initializes a new instance of the TextBody class with text equal to the passed-in value. The TextBody(String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

TextBody()

Initializes a new instance of the TextBody class. The TextBody() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 TextBody();
public TextBody ();
Public Sub New ()

Applies to

TextBody(String)

Initializes a new instance of the TextBody class with text equal to the passed-in value. The TextBody(String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 TextBody(System::String ^ text);
public TextBody (string text);
Public Sub New (text As String)

Parameters

text
String

The text of the message body.

Applies to