Пример #1
0
 // Token: 0x060001DD RID: 477 RVA: 0x0000D144 File Offset: 0x0000B344
 internal void Init(ElcUserInformation elcUserInformation)
 {
     this.elcUserInformation = elcUserInformation;
     this.mailboxSession     = elcUserInformation.MailboxSession;
     this.ElcReporter        = new ElcReporting(this.MailboxSession);
     this.mailboxDN          = this.mailboxSession.MailboxOwner.LegacyDn.ToString();
     this.mailboxSmtpAddress = this.mailboxSession.MailboxOwner.MailboxInfo.PrimarySmtpAddress.ToString();
 }
 // Token: 0x06000453 RID: 1107 RVA: 0x0001F0F0 File Offset: 0x0001D2F0
 internal FolderArchiver(ElcUserInformation elcUserInformation, IArchiveProcessor archiveProcessor)
 {
     this.archiveProcessor   = archiveProcessor;
     this.elcUserInformation = elcUserInformation;
     this.mailboxSession     = elcUserInformation.MailboxSession;
     this.mailboxDN          = this.mailboxSession.MailboxOwner.LegacyDn.ToString();
     this.mailboxSmtpAddress = this.mailboxSession.MailboxOwner.MailboxInfo.PrimarySmtpAddress.ToString();
 }
Пример #3
0
 // Token: 0x060001DB RID: 475 RVA: 0x0000D101 File Offset: 0x0000B301
 internal MailboxData(ElcUserInformation elcUserInformation)
 {
     this.Init(elcUserInformation);
 }