| MultipartRelatedOpen(Uri) Method |
Open a stream for reading the decoded content of the MIME part specified by the provided URI.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public Stream Open(
Uri uri
)
Parameters
- uri Uri
- The URI.
Return Value
StreamA stream for reading the decoded content of the MIME part specified by the provided URI.
Implements
IMultipartRelatedOpen(Uri)Exceptions Remarks
Opens a stream for reading the decoded content of the MIME part specified by the provided URI.
See Also