| ImapGetBodyStructureByNumberAsync Method (SequenceSet) |
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(
SequenceSet sequence
)
Public Function GetBodyStructureByNumberAsync (
sequence As SequenceSet
) As Task(Of List(Of BodyStructure))
public:
Task<List<BodyStructure^>^>^ GetBodyStructureByNumberAsync(
SequenceSet^ sequence
)
member GetBodyStructureByNumberAsync :
sequence : SequenceSet -> Task<List<BodyStructure>>
Parameters
- sequence
- Type: Limilabs.Client.IMAPSequenceSet
Number sequence of the messages to get envelope for.
Return Value
Type:
TaskListBodyStructureStructure of the specified messages.
See Also