Edit

ExtendedPropertyDefinition Constructors

Definition

Overloads

Name Description
ExtendedPropertyDefinition(Int32, MapiPropertyType)

Initializes a new instance of the ExtendedPropertyDefinition class that has the tag specified by tag and the MAPI type specified by mapiType.

ExtendedPropertyDefinition(DefaultExtendedPropertySet, Int32, MapiPropertyType)

Initializes a new instance of the ExtendedPropertyDefinition class that has the property set specified by propertySet, the identifier specified by id, and the MAPI type specified by mapiType.

ExtendedPropertyDefinition(DefaultExtendedPropertySet, String, MapiPropertyType)

Initializes a new instance of the ExtendedPropertyDefinition class that has the property set specified by propertySet, the name specified by name, and the MAPI type specified by mapiType.

ExtendedPropertyDefinition(Guid, Int32, MapiPropertyType)

Initializes a new instance of the ExtendedPropertyDefinition class that has the property set identifier specified by propertySetId, the identifier specified by id, and the MAPI type specified by mapiType.

ExtendedPropertyDefinition(Guid, String, MapiPropertyType)

Initializes a new instance of the ExtendedPropertyDefinition class that has the property set identifier specified by propertySetId, the name specified by name, and the MAPI type specified by mapiType.

ExtendedPropertyDefinition(Int32, MapiPropertyType)

Initializes a new instance of the ExtendedPropertyDefinition class that has the tag specified by tag and the MAPI type specified by 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)

Parameters

tag
Int32

The tag of the extended property.

mapiType
MapiPropertyType

The MAPI type of the extended property.

Applies to

ExtendedPropertyDefinition(DefaultExtendedPropertySet, Int32, MapiPropertyType)

Initializes a new instance of the ExtendedPropertyDefinition class that has the property set specified by propertySet, the identifier specified by id, and the MAPI type specified by 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)

Parameters

propertySet
DefaultExtendedPropertySet

The property set of the extended property.

id
Int32

The ID of the extended property.

mapiType
MapiPropertyType

The MAPI type of the extended property.

Applies to

ExtendedPropertyDefinition(DefaultExtendedPropertySet, String, MapiPropertyType)

Initializes a new instance of the ExtendedPropertyDefinition class that has the property set specified by propertySet, the name specified by name, and the MAPI type specified by 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)

Parameters

propertySet
DefaultExtendedPropertySet

The extended property set of the extended property.

name
String

The name of the extended property.

mapiType
MapiPropertyType

The MAPI type of the extended property.

Applies to

ExtendedPropertyDefinition(Guid, Int32, MapiPropertyType)

Initializes a new instance of the ExtendedPropertyDefinition class that has the property set identifier specified by propertySetId, the identifier specified by id, and the MAPI type specified by 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)

Parameters

propertySetId
Guid

The property set ID of the extended property.

id
Int32

The ID of the extended property.

mapiType
MapiPropertyType

The MAPI type of the extended property.

Applies to

ExtendedPropertyDefinition(Guid, String, MapiPropertyType)

Initializes a new instance of the ExtendedPropertyDefinition class that has the property set identifier specified by propertySetId, the name specified by name, and the MAPI type specified by 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)

Parameters

propertySetId
Guid

The property set ID of the extended property.

name
String

The name of the extended property.

mapiType
MapiPropertyType

The MAPI type of the extended property.

Applies to