MailKit Documentation
MailKit Documentation
API Reference
MimeKit
IMultipartRelated Interface
IMultipartRelated Methods
Open Method
Open(Uri) Method
Open(Uri, String, String) Method
IMultipart
Related
Open(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.7.1
Syntax
C#
Copy
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
Exception
Condition
ArgumentNullException
uri
is
null
.
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
Reference
IMultipartRelated Interface
Open Overload
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast