MailAccountSmtpClient Property
Gets or sets the SmtpClient object that allows applications to send e-mails.
Namespace: DevCase.Core.Networking.MailingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public SmtpClient SmtpClient { get; set; }
Public Property SmtpClient As SmtpClient
Get
Set
Dim instance As MailAccount
Dim value As SmtpClient
value = instance.SmtpClient
instance.SmtpClient = value
public:
property SmtpClient^ SmtpClient {
SmtpClient^ get ();
void set (SmtpClient^ value);
}
member SmtpClient : SmtpClient with get, set
No code example is currently available or this language may not be supported.
Property Value
SmtpClient
The
SmtpClient object that allows applications to send e-mails.