com.moyosoft.connector.ms.outlook.attachment
Interface IAttachmentsContainer

All Known Implementing Classes:
OutlookAppointment, OutlookContact, OutlookDistributionList, OutlookDocument, OutlookJournal, OutlookMail, OutlookMeeting, OutlookPost, OutlookRemoteItem, OutlookReport, OutlookTask, OutlookTaskRequest

public interface IAttachmentsContainer


Method Summary
 OutlookAttachment createAttachment(java.io.File pAttachmentFile, AttachmentType pType)
           
 AttachmentsCollection getAttachments()
           
 int getAttachmentsCount()
           
 

Method Detail

getAttachments

public AttachmentsCollection getAttachments()

createAttachment

public OutlookAttachment createAttachment(java.io.File pAttachmentFile,
                                          AttachmentType pType)

getAttachmentsCount

public int getAttachmentsCount()