IPartPayloadProvider Interface

uuid(085dc0b1-c055-4dba-8415-3c09dd7f7e01)

This serialization code uses this interface to get a PartPayload instance, this allows the Attachment object to support additional alternative attachment sources in the future.

 

Base Interface

IUnknown

 

Methods, in vtable order (after base interface)

Name Description
PartPayload   Returns a new PartPayload instance for the attachment.

 

When to Implement

If you create new types of attachment objects, they should implement this interface to allow the attachments code access to the attachment data.

 

When to Call

You shouldn't need to call this directly, the attachments serializer will call this as required.

 

See Also

The PocketSOAPAttachments Library | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.