Pop3GetExtensionsAsync Method |
Namespace: MailBee.Pop3MailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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