| MultipartRelatedOpen(Uri, String, String) 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,
out string mimeType,
out string charset
)
Parameters
- uri Uri
- The URI.
- mimeType String
- The mime-type of the content.
- charset String
- The charset of the content (if the content is text-based)
Return Value
StreamA stream for reading the decoded content of the MIME part specified by the provided URI.
Implements
IMultipartRelatedOpen(Uri, String, String)Exceptions Remarks
Opens a stream for reading the decoded content of the MIME part specified by the provided URI.
See Also