MapiNamedProperty Class

Represents the data type of Named Property.
Inheritance Hierarchy

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[SerializableAttribute]
public sealed class MapiNamedProperty : MapiProperty

The MapiNamedProperty type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyData
Gets the binary data.
(Inherited from MapiProperty.)
Public propertyDataType
Gets the data type.
(Inherited from MapiProperty.)
Public propertyDescriptor
Gets descriptor of MAPI property
(Inherited from MapiProperty.)
Public propertyGuid
gets named property GUID
Public propertyIdentifier
Gets the indifier.
(Inherited from MapiProperty.)
Public propertyIsNamed
Indicates whether the property is a named property.
(Inherited from MapiProperty.)
Public propertyIsSigned
Indicates whether the binary data is signed.
(Inherited from MapiProperty.)
Public propertyKind
gets named property kind
Public propertyMVEntries
Gets the MV entries list.
(Inherited from MapiProperty.)
Public propertyName
Gets the name.
(Inherited from MapiProperty.)
Public propertyNameId
gets named property ID
Public propertyOom
gets OOM value
Public propertyPropertyTagName
Gets the PropertyName.
(Inherited from MapiProperty.)
Public propertyTag
Gets the tag.
(Inherited from MapiProperty.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetBoolean
Gets the first bytes of the binary data as boolean.
(Inherited from MapiProperty.)
Public methodGetCurrency
Gets the Currency as string using the specified code page.
(Inherited from MapiProperty.)
Public methodGetDateTime
Gets the first bytes of the binary data as datetime.
(Inherited from MapiProperty.)
Public methodGetDouble
Gets the bytes of the binary data as double.
(Inherited from MapiProperty.)
Public methodGetFloat
Gets the bytes of the binary data as float.
(Inherited from MapiProperty.)
Public methodGetFloatingDate
Gets the bytes of the binary data as DateTime.
(Inherited from MapiProperty.)
Public methodGetGuid
Gets the bytes of the binary data as Guid.
(Inherited from MapiProperty.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInt32
Gets the first 4 bytes of the binary data as int32.
(Inherited from MapiProperty.)
Public methodGetLong
Gets the first 8 bytes of the binary data as long.
(Inherited from MapiProperty.)
Public methodGetShort
Gets the first 2 bytes of the binary data as short.
(Inherited from MapiProperty.)
Public methodGetString
Gets the binary data as string.
(Inherited from MapiProperty.)
Public methodGetString(Int32)
Gets the binary data as string using the specified code page.
(Inherited from MapiProperty.)
Public methodGetType (Inherited from Object.)
Public methodGetValue
Gets value as object
(Inherited from MapiProperty.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from MapiProperty.)
See Also