Microsoft.Protocols.TestSuites.MS_OXCPERM.MS_OXCPERMAdapter.RegisterToParses C# (CSharp) Method

RegisterToParses() private method

Register the properties to parse
private RegisterToParses ( ) : void
return void
        private void RegisterToParses()
        {
            parses = new Dictionary<int, IPropertyInterface>();

            RegisterForParses(0x3001, new DisplayName());
            RegisterForParses(0x6748, new FID());
            RegisterForParses(0x674A, new MessageID());
            RegisterForParses(0x3705, new AttachMethod());
        }
MS_OXCPERMAdapter