Class: Viewpoint::EWS::ItemAttachment

Inherits:
Attachment
  • Object
show all
Defined in:
lib/model/item_attachment.rb

Overview

An attachment that represents an attachment to another Exchange Item. This is not yet implemented.

Instance Attribute Summary

Attributes inherited from Attachment

#id

Attributes included from Model

#ews_methods, #ews_methods_undef

Instance Method Summary collapse

Constructor Details

#initialize(attachment_id) ⇒ ItemAttachment

Returns a new instance of ItemAttachment.

Parameters:

  • attachment_id (String)

    The unique ID for the attachment.



26
27
28
29
# File 'lib/model/item_attachment.rb', line 26

def initialize(attachment_id)
  #raise EwsNotImplemented, "ItemAttachments are not yet implemented in Viewpoint"
  warn "ItemAttachments are not yet implemented in Viewpoint"
end