コード例 #1
0
 internal MailingList(VirtualServer virtualServer, MailingListCollection owner, string id, string name, string description, bool enabled)
 {
     this.m_pVirtualServer = virtualServer;
     this.m_pOwner         = owner;
     this.m_ID             = id;
     this.m_Name           = name;
     this.m_Description    = description;
     this.m_Enabled        = enabled;
 }
コード例 #2
0
 internal void DomainChanged()
 {
     this.m_pUsers        = null;
     this.m_pMailingLists = null;
 }