Click or drag to resize

ImapPeekHeadersByUIDAsync Method

Overload List
  NameDescription
Public methodPeekHeadersByUIDAsync(ListInt64)
Gets all headers of the specified email messages from server. Use MailBuilder class to create IMail object. Does not set the Seen.
Public methodPeekHeadersByUIDAsync(Int64)
Gets headers of the specified email message from server. Use MailBuilder class to create IMail object. Does not set the Seen.
Public methodPeekHeadersByUIDAsync(MimeStructure)
Peeks MIME headers for specified MIME entity using UID.
Top
See Also