Click or drag to resize

ImapGetBodyStructureByUIDAsync Method (ListInt64)

Gets the structure of the specified message. Does not set the Seen flag.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Task<List<BodyStructure>> GetBodyStructureByUIDAsync(
	List<long> uids
)

Parameters

uids
Type: System.Collections.GenericListInt64
Unique-ids of the messages to get.

Return Value

Type: TaskListBodyStructure
Structure of the specified messages.
See Also