MAPIInspector.Parsers.XID.XID C# (CSharp) Method

XID() public method

Initializes a new instance of the XID structure.
public XID ( int length ) : System
length int the length of the LocalId.
return System
        public XID(int length)
        {
            this.length = length;
        }