Microsoft.Protocols.TestSuites.MS_OXORULE.ServerEID.ServerEID C# (CSharp) Method

ServerEID() public method

Initializes a new instance of the ServerEID class.
public ServerEID ( byte folderID ) : System
folderID byte Identify store object is a mailbox or a public folder.
return System
        public ServerEID(byte[] folderID)
        {
            this.folderID = folderID;
            this.messageID = new byte[8];
            this.instance = new byte[4];
        }