| ISendMessageResultApprovedRecipients Property |
Gets the list of the recipients (
From) approved by the SMTP server.
Namespace:
Limilabs.Client.SMTP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax List<string> ApprovedRecipients { get; }
ReadOnly Property ApprovedRecipients As List(Of String)
Get
property List<String^>^ ApprovedRecipients {
List<String^>^ get ();
}
abstract ApprovedRecipients : List<string> with get
Property Value
Type:
ListStringSee Also