MapiProperty Class |
Namespace: Aspose.Email.Mapi
The MapiProperty type exposes the following members.
Name | Description | |
---|---|---|
MapiProperty |
Initializes a new instance of the MapiProperty class.
| |
MapiProperty(Int64) |
Initializes a new instance of the MapiProperty class.
| |
MapiProperty(Int64, Byte) |
Initializes a new instance of the MapiProperty class.
| |
MapiProperty(Int64, IListObject) |
Initializes a new instance of the MapiProperty class.
This overload is used to create a multiple valued property, PT_MV_*.
| |
MapiProperty(PidLidPropertyDescriptor, Object) |
Initializes a new instance of the MapiProperty class.
| |
MapiProperty(PidTagPropertyDescriptor, Object) |
Initializes a new instance of the MapiProperty class.
| |
MapiProperty(Int64, Int64, Byte) |
Initializes a new instance of the MapiProperty class.
| |
MapiProperty(String, Int64, Int64, Byte) |
Initializes a new instance of the MapiProperty class.
|
Name | Description | |
---|---|---|
Data |
Gets the binary data.
| |
DataType |
Gets the data type.
| |
Descriptor |
Gets descriptor of MAPI property
| |
Identifier |
Gets the indifier.
| |
IsNamed |
Indicates whether the property is a named property.
| |
IsSigned |
Indicates whether the binary data is signed.
| |
MVEntries |
Gets the MV entries list.
| |
Name |
Gets the name.
| |
PropertyTagName |
Gets the PropertyName.
| |
Tag |
Gets the tag.
|
Name | Description | |
---|---|---|
CreateMapiPropertyFromBytes |
Creates the mapi property from bytes.
| |
CreateMapiPropertyFromDateTime |
Creates the mapi property from date time.
| |
CreateMapiPropertyFromLong(Int64, Int64) |
Creates the mapi property from long.
| |
CreateMapiPropertyFromLong(Int64, Int64, Int64) |
Creates the mapi property from long.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBoolean |
Gets the first bytes of the binary data as boolean.
| |
GetCurrency |
Gets the Currency as string using the specified code page.
| |
GetDateTime |
Gets the first bytes of the binary data as datetime.
| |
GetDouble |
Gets the bytes of the binary data as double.
| |
GetFloat |
Gets the bytes of the binary data as float.
| |
GetFloatingDate |
Gets the bytes of the binary data as DateTime.
| |
GetGuid |
Gets the bytes of the binary data as Guid.
| |
GetHashCode | (Inherited from Object.) | |
GetInt32 |
Gets the first 4 bytes of the binary data as int32.
| |
GetLong |
Gets the first 8 bytes of the binary data as long.
| |
GetShort |
Gets the first 2 bytes of the binary data as short.
| |
GetString |
Gets the binary data as string.
| |
GetString(Int32) |
Gets the binary data as string using the specified code page.
| |
GetType | (Inherited from Object.) | |
GetValue |
Gets value as object
| |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
data | ||
signedFlag | ||
tag |