Deprecated API

Deprecated Methods
com.moyosoft.connector.ms.outlook.attachment.AttachmentsCollection.addFile(File)
          Use the method add(File) instead. 
com.moyosoft.connector.ms.outlook.attachment.AttachmentsCollection.addFile(File, String)
          Use the method add(File, String) instead. 
com.moyosoft.connector.ms.outlook.attachment.AttachmentsCollection.createAttachment(String)
          Use the method add(File) instead. 
com.moyosoft.connector.ms.outlook.Outlook.getAllFolders()
          Use the getFolders() method instead. 
com.moyosoft.connector.ms.outlook.Outlook.getDefaultFolderId(FolderType)
          Use the getDefaultFolder(FolderType) method instead. 
com.moyosoft.connector.ms.outlook.appointment.OutlookAppointment.getIsRecurring()
          Use the isRecurring() method instead. 
com.moyosoft.connector.ms.outlook.Outlook.getRootFolders()
          Use the getFolders() method instead. 
com.moyosoft.connector.ms.outlook.mail.OutlookMail.getSenderEmailAddress()
          Use the method getSenderAddress instead 
com.moyosoft.connector.ms.outlook.meeting.OutlookMeeting.getSenderEmailAddress()
          Use the method getSenderAddress instead 
com.moyosoft.connector.ms.outlook.post.OutlookPost.getSenderEmailAddress()
          Use the method getSenderAddress instead 
com.moyosoft.connector.ms.outlook.item.OutlookItem.saveAs(String)
          Please use the method saveAs(java.io.File) instead. 
com.moyosoft.connector.ms.outlook.item.OutlookItem.saveAs(String, SaveAsType)
          Please use the method saveAs(java.io.File, SaveAsType) instead.