protected OutlookToSyncMLX(OutlookItems <T> outlookItems, OutlookItemsWithSyncContent <T> sifAgent, DeletionLog deletionLog)
 {
     SifAgent          = sifAgent;
     this.outlookItems = outlookItems;
     this.deletionLog  = deletionLog;
 }
Exemple #2
0
 protected SyncMLXToOutlook(OutlookItems <T> outlookAgent, OutlookItemsWithSyncContent <T> sifAgent)
 {
     this.sifAgent     = sifAgent;
     this.outlookAgent = outlookAgent;
 }