MapiProperty Class

Represents the mapi property.
Inheritance Hierarchy

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

The MapiProperty type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyData
Gets the binary data.
Public propertyDataType
Gets the data type.
Public propertyDescriptor
Gets descriptor of MAPI property
Public propertyIdentifier
Gets the indifier.
Public propertyIsNamed
Indicates whether the property is a named property.
Public propertyIsSigned
Indicates whether the binary data is signed.
Public propertyMVEntries
Gets the MV entries list.
Public propertyName
Gets the name.
Public propertyPropertyTagName
Gets the PropertyName.
Public propertyTag
Gets the tag.
Methods
  NameDescription
Public methodStatic memberCreateMapiPropertyFromBytes
Creates the mapi property from bytes.
Public methodStatic memberCreateMapiPropertyFromDateTime
Creates the mapi property from date time.
Public methodStatic memberCreateMapiPropertyFromLong(Int64, Int64)
Creates the mapi property from long.
Public methodStatic memberCreateMapiPropertyFromLong(Int64, Int64, Int64)
Creates the mapi property from long.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBoolean
Gets the first bytes of the binary data as boolean.
Public methodGetCurrency
Gets the Currency as string using the specified code page.
Public methodGetDateTime
Gets the first bytes of the binary data as datetime.
Public methodGetDouble
Gets the bytes of the binary data as double.
Public methodGetFloat
Gets the bytes of the binary data as float.
Public methodGetFloatingDate
Gets the bytes of the binary data as DateTime.
Public methodGetGuid
Gets the bytes of the binary data as Guid.
Public methodGetHashCode (Inherited from Object.)
Public methodGetInt32
Gets the first 4 bytes of the binary data as int32.
Public methodGetLong
Gets the first 8 bytes of the binary data as long.
Public methodGetShort
Gets the first 2 bytes of the binary data as short.
Public methodGetString
Gets the binary data as string.
Public methodGetString(Int32)
Gets the binary data as string using the specified code page.
Public methodGetType (Inherited from Object.)
Public methodGetValue
Gets value as object
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Fields
  NameDescription
Protected fielddata
Protected fieldsignedFlag
Protected fieldtag
See Also