From Property
The email address of the HTTP agent (optional).
Syntax
[VB.NET] Public Property From As String
[C#] public string From {get; set;}
Remarks
This property contains the email address of the HTTP agent (optional). If it contains a non-empty string, an HTTP From: header is added to the request. This header generally gives the email address of the requester of the document.
This property is not available at design time.
Default Value
""