MapiPropertyContainer
Contents
[
Hide
]MapiPropertyContainer class
Represents the base class for MapiAttachment , MapiRecipient , MapiMessage .
Constructors
| Name | Description |
|---|---|
| MapiPropertyContainer (2 overloads) | Initializes a new instance of the MapiPropertyContainer class. |
Methods
| Name | Description |
|---|---|
| CreateMapiNode | Creates the mapi node. |
| get_CodePage | Gets the code page. |
| get_CurrentEncoding | |
| get_Properties | Gets the collection of properties. |
| GetProperty | Gets MAPI property by property descriptor. |
| GetPropertyBoolean | Gets the value of the property specified by tag as Boolean type. |
| GetPropertyBytes | Gets the string value of the property specified by tag. |
| GetPropertyDateTime | Gets the value of the property specified by tag as DateTime type. |
| GetPropertyInt32 | Gets the int32 value of the property specified by tag. |
| GetPropertyLong | Gets the value of the property specified by tag as Long (int64) type. |
| GetPropertyShort | Gets the value of the property specified by tag as Short type. |
| GetPropertyString (2 overloads) | Gets the string value of the property specified by tag. |
| GetSubStorages | |
| IsStoreUnicodeOk | Determines if string properties are Unicode encoded or not. |
| SetProperty (8 overloads) | Set the property. |
| SetPropertyLong | Set the long property. |
| TryGetNamedProperty | If MapiNamedPropertyMappingStorage is available, initializes and returns MapiNamedProperty , otherwise null. |
| TryGetPropertyData | Try to get the property data with specified tag key. |
| TryGetPropertyDateTime | Gets the value of the specified property as DateTime type. A return value indicates whether the operation succeeded. |
| TryGetPropertyInt32 | Gets the value of the specified property as Int32 type. A return value indicates whether the operation succeeded. |
| TryGetPropertyLong | Gets the value of the specified property as Long type. A return value indicates whether the operation succeeded. |
| TryGetPropertyString (4 overloads) | Try to get a property data as string with specified tag. |
| codePage | The code page. |
| DefaultCodePage | |
| propertyDictionary | The property dictionary. |