PathToExtendedFieldType.DistinguishedPropertySetId Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
La DistinguishedPropertySetId propiedad obtiene o establece identificadores de conjuntos de propiedades conocidos para las propiedades MAPI extendidas.
public:
property ExchangeWebServices::DistinguishedPropertySetType DistinguishedPropertySetId { ExchangeWebServices::DistinguishedPropertySetType get(); void set(ExchangeWebServices::DistinguishedPropertySetType value); };
public ExchangeWebServices.DistinguishedPropertySetType DistinguishedPropertySetId { get; set; }
Public Property DistinguishedPropertySetId As DistinguishedPropertySetType
Valor de propiedad
La DistinguishedPropertySetId propiedad devuelve una DistinguishedPropertySetType enumeración.
Comentarios
Si se usa la DistinguishedPropertySetId propiedad , no se pueden usar las PropertySetId propiedades y PropertyTag . Esta propiedad debe usarse con la PropertyId propiedad o PropertyName y la PropertyType propiedad .
Debe establecer la DistinguishedPropertySetIdSpecified propiedad en true para que la DistinguishedPropertySetId propiedad se serializa en el mensaje SOAP.