API Reference
| Classic JavaDoc |
Class AttachmentsCollection
java.lang.Object └ com.moyosoft.connector.ms.outlook.attachment.AttachmentsCollection
public class AttachmentsCollection
Constructors
public | AttachmentsCollection (com.moyosoft.connector.com.Dispatch dispatch) | |
Methods
add (java.io.File file) | ||
add (java.io.File file, String displayName) | ||
add (OutlookItem item) | ||
add (java.io.File file, AttachmentType type) | ||
add (OutlookItem item, AttachmentType type) | ||
add (java.io.File file, AttachmentType type, long position) | ||
add (OutlookItem item, AttachmentType type, long position) | ||
add (java.io.File file, AttachmentType type, long position, String displayName) | ||
add (OutlookItem item, AttachmentType type, long position, String displayName) | ||
addFile (java.io.File pAttachement, String pDisplayName) | ||
Deprecated - Use the method add(File, String) instead. |
addFile (java.io.File pAttachement) | ||
Deprecated - Use the method add(File) instead. |
createAttachment (String pFilePath) | ||
Deprecated - Use the method add(File) instead. |
createAttachment (String pFilePath, AttachmentType pType) | ||
void | dispose () | |
int | getCount () | |
getItem (int index) | ||
iterator () | ||
void | remove (int index) | |
void | removeAttachment (OutlookAttachment pAttachment) | |
int | size () | |
Community comments
Powered by JavaDocPlus