Skip to content

MailboxOwnerInfo

Greg Kolinski edited this page Nov 28, 2017 · 2 revisions

Back To Object Classes


public partial class MailboxOwnerInfo {
        public int PricelistID {get;set;}
        public int ContractID {get;set;}
    }

Public Properties

  • PricelistID - Integer: The value assigned to a specific Pricelist identifier.
  • ContractID - Integer: The value assigned to a specific Contract identifier.

Back To Object Classes

Clone this wiki locally