IWSDInboundAttachment interface (wsdattachment.h)

Allows applications to read MIME-encoded attachment data from an incoming message.

Inheritance

The IWSDInboundAttachment interface inherits from IWSDAttachment. IWSDInboundAttachment also has these types of members:

Methods

The IWSDInboundAttachment interface has these methods.

 
IWSDInboundAttachment::Close

Closes the current attachment MIME data stream. (IWSDInboundAttachment.Close)
IWSDInboundAttachment::Read

Retrieves attachment data from a message sent by a remote host.

Remarks

WSDAPI will provide an object implementing this interface when an attachment stream is received as part of a message.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wsdattachment.h (include Wsdapi.h)

See also

IWSDAttachment