HeaderTypeSender Property |
The person or agent submitting the message to the network, if other than shown by the From: header field. Should be authenticated, according to RFC 822, but what kind of authentication is not clear.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static HeaderType Sender { get; }
Public Shared ReadOnly Property Sender As HeaderType
Get
public:
static property HeaderType^ Sender {
HeaderType^ get ();
}
static member Sender : HeaderType with get
Property Value
Type:
HeaderType
See Also