PidNamePropertyDescriptor.PidNamePropertyDescriptor
Contents
[
Hide
]PidNamePropertyDescriptor(string, PropertyDataType, Guid)
Initializes a new instance of the PidNamePropertyDescriptor class Properties identified by a string name along with a property set.
public PidNamePropertyDescriptor(string name, PropertyDataType type, Guid propertySet)
| Parameter | Type | Description |
|---|---|---|
| name | String | A string that, along with the property set, identifies a named property. |
| type | PropertyDataType | Specifies the type of values allowed for the property. |
| propertySet | Guid | A GUID that identifies a group of properties with a similar purpose. |
See Also
- enum PropertyDataType
- class PidNamePropertyDescriptor
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
PidNamePropertyDescriptor(string, string, PropertyDataType, Guid)
Initializes a new instance of the PidNamePropertyDescriptor class Properties identified by a string name along with a property set.
public PidNamePropertyDescriptor(string canonicalName, string name, PropertyDataType type,
Guid propertySet)
| Parameter | Type | Description |
|---|---|---|
| canonicalName | String | The name used to refer to the property in the documentation. |
| name | String | A string that, along with the property set, identifies a named property. |
| type | PropertyDataType | Specifies the type of values allowed for the property. |
| propertySet | Guid | A GUID that identifies a group of properties with a similar purpose. |
See Also
- enum PropertyDataType
- class PidNamePropertyDescriptor
- namespace Aspose.Email.Mapi
- assembly Aspose.Email