PidLidPropertyDescriptor Constructor (String, Int64, PropertyDataType, Guid) |
Initializes a new instance of the
PidLidPropertyDescriptor class
Properties identified by an unsigned 32-bit quantity along with a property set.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic PidLidPropertyDescriptor(
string canonicalName,
long longId,
PropertyDataType type,
Guid propertySet
)
Public Sub New (
canonicalName As String,
longId As Long,
type As PropertyDataType,
propertySet As Guid
)
public:
PidLidPropertyDescriptor(
String^ canonicalName,
long long longId,
PropertyDataType type,
Guid propertySet
)
new :
canonicalName : string *
longId : int64 *
type : PropertyDataType *
propertySet : Guid -> PidLidPropertyDescriptor
Parameters
- canonicalName
- Type: SystemString
The name used to refer to the property in the documentation. - longId
- Type: SystemInt64
long ID (LID): An unsigned 32-bit quantity that, in combination with a GUID, defines 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