MapiNamedProperty Class |
Namespace: Aspose.Email.Mapi
The MapiNamedProperty type exposes the following members.
Name | Description | |
---|---|---|
![]() | MapiNamedProperty |
Initializes a new instance of the MapiNamedProperty class.
|
![]() | MapiNamedProperty(INamedPropertyTagProvider, PidLidPropertyDescriptor, Object) |
Initializes a new instance of the MapiNamedProperty class.
|
![]() | MapiNamedProperty(INamedPropertyTagProvider, PidNamePropertyDescriptor, Object) |
Initializes a new instance of the MapiNamedProperty class.
|
![]() | MapiNamedProperty(Int64, Int64, Guid, Byte) |
Initializes a new instance of the MapiNamedProperty class.
|
![]() | MapiNamedProperty(Int64, String, Guid, Byte) |
Initializes a new instance of the MapiNamedProperty class.
|
Name | Description | |
---|---|---|
![]() | Data |
Gets the binary data.
(Inherited from MapiProperty.) |
![]() | DataType |
Gets the data type.
(Inherited from MapiProperty.) |
![]() | Descriptor |
Gets descriptor of MAPI property
(Inherited from MapiProperty.) |
![]() | Guid |
gets named property GUID
|
![]() | Identifier |
Gets the indifier.
(Inherited from MapiProperty.) |
![]() | IsNamed |
Indicates whether the property is a named property.
(Inherited from MapiProperty.) |
![]() | IsSigned |
Indicates whether the binary data is signed.
(Inherited from MapiProperty.) |
![]() | Kind |
gets named property kind
|
![]() | MVEntries |
Gets the MV entries list.
(Inherited from MapiProperty.) |
![]() | Name |
Gets the name.
(Inherited from MapiProperty.) |
![]() | NameId |
gets named property ID
|
![]() | Oom |
gets OOM value
|
![]() | PropertyTagName |
Gets the PropertyName.
(Inherited from MapiProperty.) |
![]() | Tag |
Gets the tag.
(Inherited from MapiProperty.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetBoolean |
Gets the first bytes of the binary data as boolean.
(Inherited from MapiProperty.) |
![]() | GetCurrency |
Gets the Currency as string using the specified code page.
(Inherited from MapiProperty.) |
![]() | GetDateTime |
Gets the first bytes of the binary data as datetime.
(Inherited from MapiProperty.) |
![]() | GetDouble |
Gets the bytes of the binary data as double.
(Inherited from MapiProperty.) |
![]() | GetFloat |
Gets the bytes of the binary data as float.
(Inherited from MapiProperty.) |
![]() | GetFloatingDate |
Gets the bytes of the binary data as DateTime.
(Inherited from MapiProperty.) |
![]() | GetGuid |
Gets the bytes of the binary data as Guid.
(Inherited from MapiProperty.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetInt32 |
Gets the first 4 bytes of the binary data as int32.
(Inherited from MapiProperty.) |
![]() | GetLong |
Gets the first 8 bytes of the binary data as long.
(Inherited from MapiProperty.) |
![]() | GetShort |
Gets the first 2 bytes of the binary data as short.
(Inherited from MapiProperty.) |
![]() | GetString |
Gets the binary data as string.
(Inherited from MapiProperty.) |
![]() | GetString(Int32) |
Gets the binary data as string using the specified code page.
(Inherited from MapiProperty.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetValue |
Gets value as object
(Inherited from MapiProperty.) |
![]() | ToString | (Inherited from MapiProperty.) |