EmailMessage.GetBodyStream(EmailMessageBodyKind) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the requested email stream such as plain text or HTML.
public:
virtual IRandomAccessStreamReference ^ GetBodyStream(EmailMessageBodyKind type) = GetBodyStream;
IRandomAccessStreamReference GetBodyStream(EmailMessageBodyKind const& type);
public IRandomAccessStreamReference GetBodyStream(EmailMessageBodyKind type);
function getBodyStream(type)
Public Function GetBodyStream (type As EmailMessageBodyKind) As IRandomAccessStreamReference
Parameters
- type
- EmailMessageBodyKind
The kind of message body; plain text or HTML.
Returns
The selected body stream.
Windows requirements
App capabilities |
email
emailSystem
|