GetAttachment

This documentation provides details about the GetAttachment class within the pyews package.

This class is used to retrieve an attachment object using a provided attachment id.

class pyews.endpoint.getattachment.GetAttachment(attachment_id)

Retrieves the provided attachment_id

Args:
attachment_id (str): The attachment_id to retrieve.
RESULTS_KEY = 'Attachments'
soap()