Pop3MessageInfo.Sender Property
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
Sender
Gets the sender of this message. May be null.
Declaration
public MailAddress Sender { get; }
Property Value
Type | Description |
---|---|
MailAddress | The sender of this message. |