GmailClientGetMessagesAsync Method

Asynchronously gets the messages contained in the specified mailbox folder.

Definition

Namespace: DevCase.ThirdParty.Google.Gmail
Assembly: DevCase.net48.ThirdParty.GoogleServices (in DevCase.net48.ThirdParty.GoogleServices.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Task<List<Message>> GetMessagesAsync(
	Label folder
)

Parameters

folder  Label

[Missing <param name="folder"/> documentation for "M:DevCase.ThirdParty.Google.Gmail.GmailClient.GetMessagesAsync(Google.Apis.Gmail.v1.Data.Label)"]

Return Value

TaskListMessage
The resulting TaskTResult.

Remarks

Example

This example demonstrates how to iterate the messages contained in the "Inbox" mailbox folder to retrieve message info.
C#
No code example is currently available or this language may not be supported.

See Also