Pop3ClientGetMailboxInfoAsync Method (CancellationToken) |
Gets the mailbox status info
Namespace:
Aspose.Email.Clients.Pop3
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic Task<Pop3MailboxInfo> GetMailboxInfoAsync(
CancellationToken token
)
Public Function GetMailboxInfoAsync (
token As CancellationToken
) As Task(Of Pop3MailboxInfo)
public:
Task<Pop3MailboxInfo^>^ GetMailboxInfoAsync(
CancellationToken token
)
member GetMailboxInfoAsync :
token : CancellationToken -> Task<Pop3MailboxInfo>
Parameters
- token
- Type: System.ThreadingCancellationToken
Propagates notification that operations should be canceled.
Return Value
Type:
TaskPop3MailboxInfoTask object, with delegate for this operation
See Also