public interface IContentsImporter
| Modifier and Type | Method and Description | 
|---|---|
void | 
emptyFolderContent(BackendSession bs,
                  BMFolder folder,
                  boolean deleteSubFolder)  | 
void | 
forwardEmail(BackendSession bs,
            com.google.common.io.ByteSource mailContent,
            java.lang.Boolean saveInSent,
            java.lang.String collectionId,
            java.lang.String serverId,
            boolean includePrevious)  | 
java.lang.String | 
importCalendarUserStatus(BackendSession bs,
                        java.lang.String eventUid,
                        AttendeeStatus userResponse,
                        java.util.Date instanceId)  | 
CollectionItem | 
importMessageChange(BackendSession bs,
                   int collectionId,
                   ItemDataType type,
                   com.google.common.base.Optional<java.lang.String> serverId,
                   IApplicationData data,
                   CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
                   SyncState syncState)  | 
void | 
importMessageDeletion(BackendSession bs,
                     ItemDataType type,
                     java.util.Collection<CollectionItem> serverIds,
                     java.lang.Boolean moveToTrash)  | 
java.util.List<MoveItemsResponse.Response> | 
importMoveItems(BackendSession bs,
               ItemDataType type,
               BMFolder srcFolder,
               BMFolder dstFolder,
               java.util.List<CollectionItem> items)  | 
void | 
replyEmail(BackendSession bs,
          com.google.common.io.ByteSource mailContent,
          java.lang.Boolean saveInSent,
          java.lang.String collectionId,
          java.lang.String serverId,
          boolean includePrevious)  | 
void | 
sendEmail(SendMailData mail)  | 
CollectionItem importMessageChange(BackendSession bs, int collectionId, ItemDataType type, com.google.common.base.Optional<java.lang.String> serverId, IApplicationData data, CollectionSyncRequest.Options.ConflicResolution conflictPolicy, SyncState syncState) throws ActiveSyncException
ActiveSyncExceptionvoid importMessageDeletion(BackendSession bs, ItemDataType type, java.util.Collection<CollectionItem> serverIds, java.lang.Boolean moveToTrash) throws ActiveSyncException
ActiveSyncExceptionjava.util.List<MoveItemsResponse.Response> importMoveItems(BackendSession bs, ItemDataType type, BMFolder srcFolder, BMFolder dstFolder, java.util.List<CollectionItem> items) throws ActiveSyncException
ActiveSyncExceptionvoid sendEmail(SendMailData mail) throws ActiveSyncException
ActiveSyncExceptionvoid replyEmail(BackendSession bs, com.google.common.io.ByteSource mailContent, java.lang.Boolean saveInSent, java.lang.String collectionId, java.lang.String serverId, boolean includePrevious) throws ActiveSyncException
ActiveSyncExceptionjava.lang.String importCalendarUserStatus(BackendSession bs, java.lang.String eventUid, AttendeeStatus userResponse, java.util.Date instanceId)
void forwardEmail(BackendSession bs, com.google.common.io.ByteSource mailContent, java.lang.Boolean saveInSent, java.lang.String collectionId, java.lang.String serverId, boolean includePrevious) throws ActiveSyncException
ActiveSyncExceptionvoid emptyFolderContent(BackendSession bs, BMFolder folder, boolean deleteSubFolder) throws CollectionNotFoundException, NotAllowedException
Copyright © 2021. All Rights Reserved.