| ImapGetBodyStructureByNumberAsync 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>> GetBodyStructureByNumberAsync(
List<long> messageNumbers
)
Public Function GetBodyStructureByNumberAsync (
messageNumbers As List(Of Long)
) As Task(Of List(Of BodyStructure))
public:
Task<List<BodyStructure^>^>^ GetBodyStructureByNumberAsync(
List<long long>^ messageNumbers
)
member GetBodyStructureByNumberAsync :
messageNumbers : List<int64> -> Task<List<BodyStructure>>
Parameters
- messageNumbers
- Type: System.Collections.GenericListInt64
1 based message numbers.
Return Value
Type:
TaskListBodyStructureStructure of the specified messages.
See Also