GetMailboxInfo

GetMailboxInfo()

获取邮箱信息

public ExchangeMailboxInfo GetMailboxInfo()

返回值

邮箱信息

也可以看看


GetMailboxInfo(string)

获取邮箱信息

public ExchangeMailboxInfo GetMailboxInfo(string mailbox)
范围类型描述
mailboxString要读取的邮箱。注意:如果邮箱设置为无效的或者空的将使用默认邮箱

返回值

ExchangeMailboxInfo代表邮箱信息

也可以看看