Moyosoft Products | Services | Download | Contact us    
Java Outlook Connector
Products  >  Java Outlook Connector  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

AttachmentsCollection.add

public OutlookAttachment add(java.io.File file)
public OutlookAttachment add(java.io.File file, String displayName)
public OutlookAttachment add(OutlookItem item)
public OutlookAttachment add(java.io.File file, AttachmentType type)
public OutlookAttachment add(OutlookItem item, AttachmentType type)
public OutlookAttachment add(java.io.File file, AttachmentType type, long position)
public OutlookAttachment add(OutlookItem item, AttachmentType type, long position)
public OutlookAttachment add(java.io.File file, AttachmentType type, long position, String displayName)
public OutlookAttachment add(OutlookItem item, AttachmentType type, long position, String displayName)

Community comments



Powered by JavaDocPlus