PidLidPropertyDescriptor Constructor (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(
long longId,
PropertyDataType type,
Guid propertySet
)
Public Sub New (
longId As Long,
type As PropertyDataType,
propertySet As Guid
)
public:
PidLidPropertyDescriptor(
long long longId,
PropertyDataType type,
Guid propertySet
)
new :
longId : int64 *
type : PropertyDataType *
propertySet : Guid -> PidLidPropertyDescriptor
Parameters
- 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