Modifier and Type | Method and Description |
---|---|
void |
MapiAttachmentCollection.addMapiAttachment(MapiAttachment item)
Adds an object to the end of the
System.Collections.ObjectModel.Collection`1 . |
void |
MapiAttachmentCollection.insertMapiAttachment(int index,
MapiAttachment item)
Inserts an element into the
System.Collections.ObjectModel.Collection`1 at the specified index. |
boolean |
MapiAttachmentCollection.removeMapiAttachment(MapiAttachment item)
Removes the first occurrence of a specific object from the MapiAttachmentCollection.
|
void |
MapiMessage.setProperty(MapiAttachment value,
long signed,
long key)
Sets the attachment.
|