| 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
)
Public Function GetBodyStructureByUIDAsync (
uids As List(Of Long)
) As Task(Of List(Of BodyStructure))
public:
Task<List<BodyStructure^>^>^ GetBodyStructureByUIDAsync(
List<long long>^ uids
)
member GetBodyStructureByUIDAsync :
uids : List<int64> -> Task<List<BodyStructure>>
Parameters
- uids
- Type: System.Collections.GenericListInt64
Unique-ids of the messages to get.
Return Value
Type:
TaskListBodyStructureStructure of the specified messages.
See Also