AccountInformation
内容
[
隐藏
]AccountInformation class
包含用户的帐户信息。
public class AccountInformation
构造函数
| 姓名 | 描述 |
|---|---|
| AccountInformation() | 默认构造函数。 |
特性
| 姓名 | 描述 |
|---|---|
| AccountId { get; set; } | 标识一个账户。 由 PrimarySmtpAddress 元素标识的主账户没有 AccountId 值。 当协议版本为 12.1 或 14.0 时,不支持 AccountId。 |
| AccountName { get; set; } | 指定给定帐户的友好名称。 AccountName 值是长度最多为 512 个字符的字符串值。 当协议版本为 12.1 或 14.0 时,不支持 AccountName。 |
| PrimarySmtpAddress { get; set; } | 指定给定帐户的主 SMTP 地址。 PrimarySmtpAddress 的值也可以作为 SMTPAddress 的值返回。 当协议版本为 12.1 或 14.0 时,不支持 PrimarySmtpAddress。 |
| SendDisabled { get; set; } | 指定客户端是否可以使用给定帐户发送消息。 如果客户端无法使用给定帐户发送消息,则 SendDisabled 的值为 TRUE;否则,FALSE. 当协议版本为 12.1 或 14.0. 时,不支持 SendDisabled |
| SMTPAddresses { get; } | 指定用户的电子邮件地址之一。 |
| UserDisplayName { get; set; } | 指定与给定帐户关联的用户的显示名称。 UserDisplayName 值最长可达 512 个字符。 当协议版本为 12.1 或 14.0 时,不支持 UserDisplayName。 |