MapiObjectProperty Class

Represents a Custom object included in Outlook Message documents.
Inheritance Hierarchy

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

The MapiObjectProperty type exposes the following members.

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 propertyDocumentName
Gets the document name.
Public propertyIdentifier
Gets the indifier.
(Inherited from MapiProperty.)
Public propertyIsNamed
Indicates whether the property is a named property.
(Inherited from MapiProperty.)
Public propertyIsOutlookMessage
Indicates whether the object property is an embedded outlook message.
Public propertyIsSigned
Indicates whether the binary data is signed.
(Inherited from MapiProperty.)
Public propertyMVEntries
Gets the MV entries list.
(Inherited from MapiProperty.)
Public propertyName
Gets the name.
(Inherited from MapiProperty.)
Public propertyOleDocumentFormat
Gets the Ole format type.
Public propertyProperties
Gets a collection of MAPI properties.
Public propertyPropertyTagName
Gets the PropertyName.
(Inherited from MapiProperty.)
Public propertyTag
Gets the tag.
(Inherited from MapiProperty.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (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.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToMapiMessage
Creates the MapiMessage from object data.
Public methodToString
Returns a String that represents the current Object.
(Inherited from MapiProperty.)
Fields
  NameDescription
Protected fielddata (Inherited from MapiProperty.)
Protected fieldsignedFlag (Inherited from MapiProperty.)
Protected fieldtag (Inherited from MapiProperty.)
See Also