 | Pop3GetAllAsync Method |
Gets UIDS of all messages.
Namespace: Limilabs.Client.POP3Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic Task<List<string>> GetAllAsync(
CancellationToken cancel = default
)
Public Function GetAllAsync (
Optional cancel As CancellationToken = Nothing
) As Task(Of List(Of String))
public:
Task<List<String^>^>^ GetAllAsync(
CancellationToken cancel = CancellationToken()
)
member GetAllAsync :
?cancel : CancellationToken
(* Defaults:
let _cancel = defaultArg cancel new CancellationToken()
*)
-> Task<List<string>> Parameters
- cancel CancellationToken (Optional)
- A cancellation token that can be used to signal the asynchronous operation should be canceled.
Return Value
TaskListStringUID list.
Exceptions
See Also