IEWSClient.GetMailboxInfo

GetMailboxInfo()

Gets the mailbox info.

public ExchangeMailboxInfo GetMailboxInfo()

Return Value

ExchangeMailboxInfo that represents mailbox information

See Also


GetMailboxInfo(string)

Gets the mailbox information

public ExchangeMailboxInfo GetMailboxInfo(string mailbox)
ParameterTypeDescription
mailboxStringA mailbox to read from.

Return Value

ExchangeMailboxInfo that represents mailbox information

See Also