ExchangeClient.GetMailboxInfo

GetMailboxInfo()

Get the information of the mailbox

public ExchangeMailboxInfo GetMailboxInfo()

Return Value

The information of the mailbox

See Also


GetMailboxInfo(string)

Gets the mailbox information

public ExchangeMailboxInfo GetMailboxInfo(string mailbox)
ParameterTypeDescription
mailboxStringA mailbox to read from. Note: if mailbox is set to null or empty the default mailbox will be used

Return Value

ExchangeMailboxInfo that represents mailbox information

See Also