ExtendedPropertyDefinition 构造函数

定义

重载

ExtendedPropertyDefinition(Int32, MapiPropertyType)

初始化 ExtendedPropertyDefinition 类的新实例,该类具有 指定的 tag 标记和 指定的 mapiTypeMAPI 类型。

ExtendedPropertyDefinition(DefaultExtendedPropertySet, Int32, MapiPropertyType)

初始化 ExtendedPropertyDefinition 类的新实例,该类具有 由 propertySet指定的属性集、指定的 id标识符和指定的 mapiTypeMAPI 类型。

ExtendedPropertyDefinition(DefaultExtendedPropertySet, String, MapiPropertyType)

初始化 ExtendedPropertyDefinition 类的新实例,该类具有 由 propertySet指定的属性集、指定 name的名称和指定的 mapiTypeMAPI 类型。

ExtendedPropertyDefinition(Guid, Int32, MapiPropertyType)

初始化 ExtendedPropertyDefinition 类的新实例,该类具有 由 propertySetId指定的属性集标识符 、指定的 id标识符和 指定的 mapiTypeMAPI 类型。

ExtendedPropertyDefinition(Guid, String, MapiPropertyType)

初始化 ExtendedPropertyDefinition 类的新实例,该类具有 由 propertySetId指定的属性集标识符、由 name指定的名称和 指定的 mapiTypeMAPI 类型。

ExtendedPropertyDefinition(Int32, MapiPropertyType)

初始化 ExtendedPropertyDefinition 类的新实例,该类具有 指定的 tag 标记和 指定的 mapiTypeMAPI 类型。

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)

参数

tag
Int32

扩展属性的标记。

mapiType
MapiPropertyType

扩展属性的 MAPI 类型。

适用于

ExtendedPropertyDefinition(DefaultExtendedPropertySet, Int32, MapiPropertyType)

初始化 ExtendedPropertyDefinition 类的新实例,该类具有 由 propertySet指定的属性集、指定的 id标识符和指定的 mapiTypeMAPI 类型。

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)

参数

propertySet
DefaultExtendedPropertySet

扩展属性的属性集。

id
Int32

扩展属性的 ID。

mapiType
MapiPropertyType

扩展属性的 MAPI 类型。

适用于

ExtendedPropertyDefinition(DefaultExtendedPropertySet, String, MapiPropertyType)

初始化 ExtendedPropertyDefinition 类的新实例,该类具有 由 propertySet指定的属性集、指定 name的名称和指定的 mapiTypeMAPI 类型。

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)

参数

propertySet
DefaultExtendedPropertySet

扩展属性的扩展属性集。

name
String

扩展属性的名称。

mapiType
MapiPropertyType

扩展属性的 MAPI 类型。

适用于

ExtendedPropertyDefinition(Guid, Int32, MapiPropertyType)

初始化 ExtendedPropertyDefinition 类的新实例,该类具有 由 propertySetId指定的属性集标识符 、指定的 id标识符和 指定的 mapiTypeMAPI 类型。

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)

参数

propertySetId
Guid

扩展属性的属性集 ID。

id
Int32

扩展属性的 ID。

mapiType
MapiPropertyType

扩展属性的 MAPI 类型。

适用于

ExtendedPropertyDefinition(Guid, String, MapiPropertyType)

初始化 ExtendedPropertyDefinition 类的新实例,该类具有 由 propertySetId指定的属性集标识符、由 name指定的名称和 指定的 mapiTypeMAPI 类型。

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)

参数

propertySetId
Guid

扩展属性的属性集 ID。

name
String

扩展属性的名称。

mapiType
MapiPropertyType

扩展属性的 MAPI 类型。

适用于