ImapPeek |
| Name | Description | |
|---|---|---|
| PeekHeadersByUIDAsync(Int64, CancellationToken) | Gets headers of the specified email message from server. Use MailBuilder class to create IMail object. Does not set the Seen. | |
| PeekHeadersByUIDAsync(ListInt64, CancellationToken) | Gets all headers of the specified email messages from server. Use MailBuilder class to create IMail object. Does not set the Seen. | |
| PeekHeadersByUIDAsync(MimeStructure, CancellationToken) | Peeks MIME headers for specified MIME entity using UID. |