PidNamePropertyDescriptor Constructor (String, PropertyDataType, Guid) |
Initializes a new instance of the
PidNamePropertyDescriptor class
Properties identified by a string name along with a property set.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic PidNamePropertyDescriptor(
string name,
PropertyDataType type,
Guid propertySet
)
Public Sub New (
name As String,
type As PropertyDataType,
propertySet As Guid
)
public:
PidNamePropertyDescriptor(
String^ name,
PropertyDataType type,
Guid propertySet
)
new :
name : string *
type : PropertyDataType *
propertySet : Guid -> PidNamePropertyDescriptor
Parameters
- name
- Type: SystemString
A string that, along with the property set, identifies a named property. - type
- Type: Aspose.Email.MapiPropertyDataType
Specifies the type of values allowed for the property. - propertySet
- Type: SystemGuid
A GUID that identifies a group of properties with a similar purpose.
See Also