ExtendedPropertyDefinition Constructores

Definición

Sobrecargas

ExtendedPropertyDefinition(Int32, MapiPropertyType)

Inicializa una nueva instancia de la clase ExtendedPropertyDefinition que tiene la etiqueta especificada por tag y el tipo MAPI especificado por mapiType.

ExtendedPropertyDefinition(DefaultExtendedPropertySet, Int32, MapiPropertyType)

Inicializa una nueva instancia de la clase ExtendedPropertyDefinition que tiene el conjunto de propiedades especificado por propertySet, el identificador especificado por idy el tipo MAPI especificado por mapiType.

ExtendedPropertyDefinition(DefaultExtendedPropertySet, String, MapiPropertyType)

Inicializa una nueva instancia de la clase ExtendedPropertyDefinition que tiene el conjunto de propiedades especificado por propertySet, el nombre especificado por namey el tipo MAPI especificado por mapiType.

ExtendedPropertyDefinition(Guid, Int32, MapiPropertyType)

Inicializa una nueva instancia de la clase ExtendedPropertyDefinition que tiene la propiedad conjunto de identificador especificado por propertySetId, el identificador especificado por idy el tipo MAPI especificado por mapiType.

ExtendedPropertyDefinition(Guid, String, MapiPropertyType)

Inicializa una nueva instancia de la clase ExtendedPropertyDefinition que tiene la propiedad conjunto de identificador especificado por propertySetId, el nombre especificado por namey el tipo MAPI especificado por mapiType.

ExtendedPropertyDefinition(Int32, MapiPropertyType)

Inicializa una nueva instancia de la clase ExtendedPropertyDefinition que tiene la etiqueta especificada por tag y el tipo MAPI especificado por mapiType.

public:
 ExtendedPropertyDefinition(int tag, Microsoft::Exchange::WebServices::Data::MapiPropertyType mapiType);
public ExtendedPropertyDefinition (int tag, Microsoft.Exchange.WebServices.Data.MapiPropertyType mapiType);
Public Sub New (tag As Integer, mapiType As MapiPropertyType)

Parámetros

tag
Int32

La etiqueta de la propiedad extendida.

mapiType
MapiPropertyType

El tipo MAPI de la propiedad extendida.

Se aplica a

ExtendedPropertyDefinition(DefaultExtendedPropertySet, Int32, MapiPropertyType)

Inicializa una nueva instancia de la clase ExtendedPropertyDefinition que tiene el conjunto de propiedades especificado por propertySet, el identificador especificado por idy el tipo MAPI especificado por mapiType.

public:
 ExtendedPropertyDefinition(Microsoft::Exchange::WebServices::Data::DefaultExtendedPropertySet propertySet, int id, Microsoft::Exchange::WebServices::Data::MapiPropertyType mapiType);
public ExtendedPropertyDefinition (Microsoft.Exchange.WebServices.Data.DefaultExtendedPropertySet propertySet, int id, Microsoft.Exchange.WebServices.Data.MapiPropertyType mapiType);
Public Sub New (propertySet As DefaultExtendedPropertySet, id As Integer, mapiType As MapiPropertyType)

Parámetros

propertySet
DefaultExtendedPropertySet

El conjunto de propiedades de la propiedad extendida.

id
Int32

El identificador de la propiedad extendida.

mapiType
MapiPropertyType

El tipo MAPI de la propiedad extendida.

Se aplica a

ExtendedPropertyDefinition(DefaultExtendedPropertySet, String, MapiPropertyType)

Inicializa una nueva instancia de la clase ExtendedPropertyDefinition que tiene el conjunto de propiedades especificado por propertySet, el nombre especificado por namey el tipo MAPI especificado por mapiType.

public:
 ExtendedPropertyDefinition(Microsoft::Exchange::WebServices::Data::DefaultExtendedPropertySet propertySet, System::String ^ name, Microsoft::Exchange::WebServices::Data::MapiPropertyType mapiType);
public ExtendedPropertyDefinition (Microsoft.Exchange.WebServices.Data.DefaultExtendedPropertySet propertySet, string name, Microsoft.Exchange.WebServices.Data.MapiPropertyType mapiType);
Public Sub New (propertySet As DefaultExtendedPropertySet, name As String, mapiType As MapiPropertyType)

Parámetros

propertySet
DefaultExtendedPropertySet

Establezca la propiedad extendida de la propiedad extendida.

name
String

El nombre de la propiedad extendida.

mapiType
MapiPropertyType

El tipo MAPI de la propiedad extendida.

Se aplica a

ExtendedPropertyDefinition(Guid, Int32, MapiPropertyType)

Inicializa una nueva instancia de la clase ExtendedPropertyDefinition que tiene la propiedad conjunto de identificador especificado por propertySetId, el identificador especificado por idy el tipo MAPI especificado por mapiType.

public:
 ExtendedPropertyDefinition(Guid propertySetId, int id, Microsoft::Exchange::WebServices::Data::MapiPropertyType mapiType);
public ExtendedPropertyDefinition (Guid propertySetId, int id, Microsoft.Exchange.WebServices.Data.MapiPropertyType mapiType);
Public Sub New (propertySetId As Guid, id As Integer, mapiType As MapiPropertyType)

Parámetros

propertySetId
Guid

Identificador de la propiedad extendida establece la propiedad.

id
Int32

El identificador de la propiedad extendida.

mapiType
MapiPropertyType

El tipo MAPI de la propiedad extendida.

Se aplica a

ExtendedPropertyDefinition(Guid, String, MapiPropertyType)

Inicializa una nueva instancia de la clase ExtendedPropertyDefinition que tiene la propiedad conjunto de identificador especificado por propertySetId, el nombre especificado por namey el tipo MAPI especificado por mapiType.

public:
 ExtendedPropertyDefinition(Guid propertySetId, System::String ^ name, Microsoft::Exchange::WebServices::Data::MapiPropertyType mapiType);
public ExtendedPropertyDefinition (Guid propertySetId, string name, Microsoft.Exchange.WebServices.Data.MapiPropertyType mapiType);
Public Sub New (propertySetId As Guid, name As String, mapiType As MapiPropertyType)

Parámetros

propertySetId
Guid

Identificador de la propiedad extendida establece la propiedad.

name
String

El nombre de la propiedad extendida.

mapiType
MapiPropertyType

El tipo MAPI de la propiedad extendida.

Se aplica a