Click or drag to resize
MimeKit

ImapFolderGetStreamAsync Method

Overload List
 NameDescription
Public methodCode exampleGetStreamAsync(Int32, CancellationToken, ITransferProgress) Asynchronously get a message stream.
Public methodCode exampleGetStreamAsync(UniqueId, CancellationToken, ITransferProgress) Asynchronously get a message stream.
Public methodGetStreamAsync(Int32, BodyPart, CancellationToken, ITransferProgress) Asynchronously get a body part as a stream.
Public methodGetStreamAsync(Int32, String, CancellationToken, ITransferProgress) Asynchronously gets a substream of the specified message.
Public methodCode exampleGetStreamAsync(UniqueId, BodyPart, CancellationToken, ITransferProgress) Asynchronously get a body part as a stream.
Public methodCode exampleGetStreamAsync(UniqueId, String, CancellationToken, ITransferProgress) Asynchronously gets a substream of the specified body part.
Public methodGetStreamAsync(Int32, Int32, Int32, CancellationToken, ITransferProgress) Asynchronously gets a substream of the specified message.
Public methodGetStreamAsync(UniqueId, Int32, Int32, CancellationToken, ITransferProgress) Asynchronously gets a substream of the specified message.
Public methodGetStreamAsync(Int32, BodyPart, Int32, Int32, CancellationToken, ITransferProgress) Asynchronously get a substream of the specified body part.
Public methodGetStreamAsync(Int32, String, Int32, Int32, CancellationToken, ITransferProgress) Asynchronously gets a substream of the specified message.
Public methodGetStreamAsync(UniqueId, BodyPart, Int32, Int32, CancellationToken, ITransferProgress) Asynchronously get a substream of the specified body part.
Public methodGetStreamAsync(UniqueId, String, Int32, Int32, CancellationToken, ITransferProgress) Asynchronously gets a substream of the specified message.
Top
See Also