ExtendedPropertyDefinition(Guid, Int32, MapiPropertyType) - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public ExtendedPropertyDefinition(
Guid propertySetId,
int id,
MapiPropertyType mapiType
)
Public Sub New (
propertySetId As Guid,
id As Integer,
mapiType As MapiPropertyType
)
public:
ExtendedPropertyDefinition(
Guid propertySetId,
int id,
MapiPropertyType mapiType
)
new :
propertySetId : Guid *
id : int *
mapiType : MapiPropertyType -> ExtendedPropertyDefinition
Параметры
- propertySetId
- Тип: SystemGuid
The property set Id of the extended property. - id
- Тип: SystemInt32
The Id of the extended property. - mapiType
- Тип: Tessa.Exchange.WebServices.DataMapiPropertyType
The MAPI type of the extended property.
См. также