This field contains the identity of the person(s) who wished this message to be sent.
The message-creation process should default this field to be a single, authenticated machine address, indicating the AGENT (person, system or process) composing the message.
If this is not done, the "Sender:" field MUST be present. If the "From:" field IS defaulted this way, the "Sender:" field is optional and is redundant with the "From:" field.
Example:
From: "Mr. Some One" someone@somedomain.com
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static HeaderType From { get; }
Public Shared ReadOnly Property From As HeaderType
Get
public:
static property HeaderType^ From {
HeaderType^ get ();
}
static member From : HeaderType with get
Property Value
Type:
HeaderType
See Also