The item owner that owns this attachment collection
The added items.
Gets the total number of properties in the collection.
The items.
The modified items
The removed items.
Adds a file attachment to the collection. - isContent parameter is required to be true to be able to use bas64 content directly
The display name of the new attachment.
A FileAttachment instance.
Adds a file attachment to the collection.
The name of the file representing the content of the attachment.
A FileAttachment instance.
Adds a file attachment to the collection.
The display name of the new attachment.
The name of the file representing the content of the attachment.
A FileAttachment instance.
Adds a file attachment to the collection. - isContent parameter is required to be true to be able to use bas64 content directly
The display name of the new attachment.
base64 ontent of the file representing the content of the attachment.
if true used as base64 content of file.
A FileAttachment instance.
Adds an item attachment to the collection
Item type, not instance
XML Element Name of the Item class
An ItemAttachment instance.
Removes all attachments from this collection.
Determines whether a specific property is in the collection.
The property to locate in the collection.
True if the property was found in the collection, false otherwise.
The XML element name from which to determine the type of attachment to create.
An Attachment instance.
The json collection.
The service.
The attachment object for which to determine the XML element name with.
The XML element name associated with the complexProperty parameter.
True if attachment adds or deletes haven't been processed yet.
Searches for a specific property and return its zero-based index within the collection.
The property to locate in the collection.
The zero-based index of the property within the collection.
The complex property.
The complex property.
If true, collection is being loaded.
Calls the CreateAttachment web method to create a list of attachments.
The Id of the parent item of the new attachments.
The attachments to create.
Calls the DeleteAttachment web method to delete a list of attachments.
The attachments to delete.
The complex property.
True if the complex property was successfully removed from the collection, false otherwise.
The index.
The complex property.
Removes the specified attachment.
The attachment to remove.
True if the attachment was successfully removed from the collection, false otherwise.
Removes the attachment at the specified index.
Index of the attachment to remove.
The complex property.
True if collection contains at least one element.
The XMLJsObject collection.
The service.
The writer.
The ews object.
True if property generated serialization.
The writer.
The writer.
The ews object.
Property definition.
True if property generated serialization.
The writer.
Name of the XML element.
The XML namespace.
Gets the property at the specified index.
The zero-based index of the property to get.
The property at the specified index.
Generated using TypeDoc
Represents an item's attachment collection.