Pop3Client.GetMailboxInfo

GetMailboxInfo(IConnection)

Gets the mailbox status info

public Pop3MailboxInfo GetMailboxInfo(IConnection connection)
ParameterTypeDescription
connectionIConnectionConnection to a server

Return Value

Mailbox information

See Also


GetMailboxInfo(IConnection, bool)

Gets the mailbox status info

public Pop3MailboxInfo GetMailboxInfo(IConnection connection, bool closeTransaction)
ParameterTypeDescription
connectionIConnectionConnection to a server
closeTransactionBooleanIndicates if current transaction has to be closed, before the list is retrieved.

Return Value

Mailbox information

See Also


GetMailboxInfo(bool)

Gets the mailbox status info

public Pop3MailboxInfo GetMailboxInfo(bool closeTransaction)
ParameterTypeDescription
closeTransactionBooleanIndicates if current transaction has to be closed, before the list is retrieved.

Return Value

Mailbox information

See Also


GetMailboxInfo()

Gets the mailbox status info

public Pop3MailboxInfo GetMailboxInfo()

Return Value

Mailbox information

See Also