IWSDOutboundAttachment interface (wsdattachment.h)

Enables applications to send attachment data in a message using a MIME container.

Inheritance

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

Methods

The IWSDOutboundAttachment interface has these methods.

 
IWSDOutboundAttachment::Abort

Aborts the transfer of data on the attachment MIME data stream.
IWSDOutboundAttachment::Close

Closes the current attachment MIME data stream. (IWSDOutboundAttachment.Close)
IWSDOutboundAttachment::Write

Sends attachment data to the remote host using a MIME container.

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