_Account.SmtpAddress 属性

定义

以 C# ) 返回一个 字符串 (字符串 ,表示 简单邮件传输协议 (SMTP) 地址 Account。 只读。

public:
 property System::String ^ SmtpAddress { System::String ^ get(); };
public string SmtpAddress { get; }
Public ReadOnly Property SmtpAddress As String

属性值

注解

SmtpAddressUserName 的用途 是提供基于帐户的上下文来确定标识。

如果该帐户不具有 SMTP 地址,则 SmtpAddress 将返回一个空字符串。

适用于