MapiProperty.MapiProperty
Contents
[
Hide
]MapiProperty(long, byte[])
Initializes a new instance of the MapiProperty class.
public MapiProperty(long tag, byte[] data)
Parameter | Type | Description |
---|---|---|
tag | Int64 | The tag key of the property. |
data | Byte[] | The binary data of the property. |
See Also
- class MapiProperty
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiProperty(long)
Initializes a new instance of the MapiProperty class.
public MapiProperty(long tag)
Parameter | Type | Description |
---|---|---|
tag | Int64 | The tag key of the property. |
See Also
- class MapiProperty
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiProperty(PidTagPropertyDescriptor, object)
Initializes a new instance of the MapiProperty class.
public MapiProperty(PidTagPropertyDescriptor pd, object data)
Parameter | Type | Description |
---|---|---|
pd | PidTagPropertyDescriptor | Property descriptor |
data | Object | The data of the property. |
See Also
- class PidTagPropertyDescriptor
- class MapiProperty
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiProperty(PidLidPropertyDescriptor, object)
Initializes a new instance of the MapiProperty class.
public MapiProperty(PidLidPropertyDescriptor pd, object data)
Parameter | Type | Description |
---|---|---|
pd | PidLidPropertyDescriptor | Property descriptor |
data | Object | The data of the property. |
See Also
- class PidLidPropertyDescriptor
- class MapiProperty
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiProperty(long, IList<object>)
Initializes a new instance of the MapiProperty
class. This overload is used to create a multiple valued property, PT_MV_*.
public MapiProperty(long tag, IList<object> values)
Parameter | Type | Description |
---|---|---|
tag | Int64 | The property tag. |
values | IList`1 | The values. |
See Also
- class MapiProperty
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiProperty(long, long, byte[])
Initializes a new instance of the MapiProperty
class.
public MapiProperty(long tag, long signedParam, byte[] data)
Parameter | Type | Description |
---|---|---|
tag | Int64 | The property tag. |
signedParam | Int64 | The signed. |
data | Byte[] | The property data. |
See Also
- class MapiProperty
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiProperty(string, long, long, byte[])
Initializes a new instance of the MapiProperty class.
public MapiProperty(string name, long tag, long signedParam, byte[] data)
Parameter | Type | Description |
---|---|---|
name | String | The name. |
tag | Int64 | The tag key of the property. |
signedParam | Int64 | Indicates the data is signed or not. |
data | Byte[] | The binary data of the property. |
See Also
- class MapiProperty
- namespace Aspose.Email.Mapi
- assembly Aspose.Email