Pop3GetExtensionsAsync Method |
Namespace: MailBee.Pop3MailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic Task<StringDictionary> GetExtensionsAsync()
Public Function GetExtensionsAsync As Task(Of StringDictionary)
Return Value
Type:
TaskStringDictionaryA task that represents the asynchronous operation.
The value of
TResult parameter is the key-value list of the server capabilities, or a null reference
(
Nothing in Visual Basic) if the capabilities list is not available.
Exceptions
See Also