Messages that contain the specified string in the body of the message.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public string Body { get; set; }
Visual Basic
Public Property Body As String
	Get
	Set
Visual C++
public:
property String^ Body {
	String^ get ();
	void set (String^ value);
}

See Also