コード例 #1
0
 internal EwsExtendedPropertyDefinition(EwsFieldUri fieldUri, string propertySetId, int propertyId, EwsFieldType fieldType)
     : base(fieldUri, propertyId, fieldType)
 {
     this.PropertySetId = propertySetId;
 }
コード例 #2
0
 internal EwsDistinguishedPropertyDefinition(EwsFieldUri fieldUri, int propertyId, EwsFieldType fieldType)
     : base(fieldUri)
 {
     this.propertyId   = propertyId;
     this.PropertyType = fieldType;
 }