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