Click or drag to resize
MimeKit

IMultipartRelatedOpen(Uri) Method

Open a stream for reading the decoded content of the MIME part specified by the provided URI.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
Stream Open(
	Uri uri
)

Parameters

uri  Uri
The URI.

Return Value

Stream
A stream for reading the decoded content of the MIME part specified by the provided URI.
Exceptions
ExceptionCondition
ArgumentNullExceptionuri is .
FileNotFoundException The MIME part for the specified URI could not be found.
ObjectDisposedException The IMultipartRelated has been disposed.
Remarks
Opens a stream for reading the decoded content of the MIME part specified by the provided URI.
See Also