Class MapiObjectProperty
Contents
[
Hide
]MapiObjectProperty class
Represents a Custom object included in Outlook Message documents.
public class MapiObjectProperty : MapiProperty
Properties
| Name | Description |
|---|---|
| virtual Data { get; } | Gets the binary data. |
| virtual DataType { get; } | Gets the data type. |
| Descriptor { get; } | Gets descriptor of MAPI property |
| DocumentName { get; } | Gets the document name. |
| virtual Identifier { get; } | Gets the indifier. |
| IsNamed { get; } | Indicates whether the property is a named property. |
| IsOutlookMessage { get; } | Indicates whether the object property is an embedded outlook message. |
| virtual IsSigned { get; set; } | Indicates whether the binary data is signed. |
| MVEntries { get; } | Gets the MV entries list. |
| virtual Name { get; } | Gets the name. |
| OleDocumentFormat { get; } | Gets the Ole format type. |
| Properties { get; } | Gets a collection of MAPI properties. |
| virtual PropertyTagName { get; } | Gets the PropertyName. |
| virtual Tag { get; } | Gets the tag. |
Methods
| Name | Description |
|---|---|
| virtual GetBoolean() | Gets the first bytes of the binary data as boolean. |
| virtual GetCurrency() | Gets the Currency as string using the specified code page. |
| virtual GetDateTime() | Gets the first bytes of the binary data as datetime. |
| virtual GetDouble() | Gets the bytes of the binary data as double. |
| virtual GetFloat() | Gets the bytes of the binary data as float. |
| virtual GetFloatingDate() | Gets the bytes of the binary data as DateTime. |
| virtual GetGuid() | Gets the bytes of the binary data as Guid. |
| virtual GetInt32() | Gets the first 4 bytes of the binary data as int32. |
| virtual GetLong() | Gets the first 8 bytes of the binary data as long. |
| virtual GetShort() | Gets the first 2 bytes of the binary data as short. |
| virtual GetString() | Gets the binary data as string. |
| virtual GetString(int) | Gets the binary data as string using the specified code page. |
| GetValue() | Gets value as object |
| ToMapiMessage() | Creates the MapiMessage from object data. |
| override ToString() | Returns a String that represents the current Object. |
See Also
- class MapiProperty
- namespace Aspose.Email.Mapi
- assembly Aspose.Email