Skip to content

ECGridIDInfo

Greg Kolinski edited this page Nov 27, 2017 · 9 revisions

Back To Object Classes


public partial class ECGridIDInfo {
        public int ECGridID {get;set;}
        public int NetworkID {get;set;}
        public string NetworkName {get;set;}
        public int MailboxID {get;set;}
        public string MailboxName {get;set;}
        public string Qualifier {get;set;}
        public string ID {get;set;}
        public string Description {get;set;}
        public string DataEMail {get;set;}
        public bool MailboxDefault {get;set;}
        public StatusECGridID Status {get;set;}
        public UseType UseType {get;set;}
        public UserIDInfo Owner {get;set;}
        public ECGridOwnerInfo OwnerInfo {get;set;}
    }

Public Properties

  • ECGridID - Integer: A value representing a routeable address on ECGrid.
  • NetworkID - Integer: The Network where this address is located.
  • NetworkName - String: The name of the Network.
  • MailboxID - Integer: The Mailbox where this address is routed on ECGrid.
  • MailboxName - String: The descriptive name of the Mailbox.
  • Qualifier - String: The X12 or EDIFACT ID Qualifier for the ISA and UNB segments.
  • ID - String: The X12 or EDIFACT ID for the ISA and UNB segments.
  • Description - String: The name associated with a Qualifier/ID pair.
  • DataEMail - String: When the data is to be forwarded to an SMTP or X.400 system, the e-mail address is entered here. X.400 addresses are noted by using "X400:" to prefix the address as in "X400:c=us;a=ecgrid;p=testdata;"
  • MailboxDefault - Boolean: Indicator if this is the default mailbox.
  • Status - Enum StatusECGridID: A numeric value representing the entry's status.
  • UseType - Enum UseType: A numeric value representing the entry's type of use.
  • Owner -Object UserIDInfo: A UserIDInfo Object to represent entry's owner.
  • OwnerInfo - Object ECGridOwnerInfo: The OwnerInfo object is only returned if the current UserID has sufficient ownership rights to this entry; otherwise, a value of Nothing is returned for this object. Network-level users can see this information for any ECGridID in any Mailbox on the Network. Mailbox-level users only see this information within their own mailbox.

Back To Object Classes

Clone this wiki locally