| SimpleImapQueryFrom Property |
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.23341.1754
Syntax public string From { get; set; }
Public Property From As String
Get
Set
public:
property String^ From {
String^ get ();
void set (String^ value);
}
member From : string with get, set
Property Value
Type:
StringSee Also