Messages that contain the specified string in the envelope structure's FROM field.

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

Syntax

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

See Also