Pop3MessageInfo.To Property
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
To
Gets the list of addresses of primary recipients of the message.
Declaration
public MailAddressCollection To { get; }
Property Value
Type | Description |
---|---|
MailAddressCollection | The list of primary recipients. |