ExtendedPropertyDefinition 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ExtendedPropertyDefinition(Int32, MapiPropertyType) |
初始化 ExtendedPropertyDefinition 类的新实例,该类具有 指定的 |
ExtendedPropertyDefinition(DefaultExtendedPropertySet, Int32, MapiPropertyType) |
初始化 ExtendedPropertyDefinition 类的新实例,该类具有 由 |
ExtendedPropertyDefinition(DefaultExtendedPropertySet, String, MapiPropertyType) |
初始化 ExtendedPropertyDefinition 类的新实例,该类具有 由 |
ExtendedPropertyDefinition(Guid, Int32, MapiPropertyType) |
初始化 ExtendedPropertyDefinition 类的新实例,该类具有 由 |
ExtendedPropertyDefinition(Guid, String, MapiPropertyType) |
初始化 ExtendedPropertyDefinition 类的新实例,该类具有 由 |
ExtendedPropertyDefinition(Int32, MapiPropertyType)
初始化 ExtendedPropertyDefinition 类的新实例,该类具有 指定的 tag
标记和 指定的 mapiType
MAPI 类型。
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
标识符和指定的 mapiType
MAPI 类型。
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
的名称和指定的 mapiType
MAPI 类型。
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
标识符和 指定的 mapiType
MAPI 类型。
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
指定的名称和 指定的 mapiType
MAPI 类型。
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 类型。