MapiProperty Constructor (PidLidPropertyDescriptor, Object) |
Initializes a new instance of the MapiProperty class.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic MapiProperty(
PidLidPropertyDescriptor pd,
Object data
)
Public Sub New (
pd As PidLidPropertyDescriptor,
data As Object
)
public:
MapiProperty(
PidLidPropertyDescriptor^ pd,
Object^ data
)
new :
pd : PidLidPropertyDescriptor *
data : Object -> MapiProperty
Parameters
- pd
- Type: Aspose.Email.MapiPidLidPropertyDescriptor
Property descriptor - data
- Type: SystemObject
The data of the property.
See Also