MapiAttachmentPropertyStream
MapiAttachmentPropertyStream class
Represents the property stream of attachment object.
The MapiAttachmentPropertyStream type exposes the following members:
Constructors
Name | Description |
---|
MapiAttachmentPropertyStream() | Initializes a new instance of the MapiAttachmentPropertyStream class |
Properties
Name | Description |
---|
properties | Gets the collection of properties. |
code_page | |
name | Gets the name. |
content | Gets the content. |
Methods
Name | Description |
---|
set_property(pd, value) | |
set_property(value) | |
try_get_property_string(tag, codepage) | |
try_get_property_string(tag) | |
try_get_property_string(tag, value, codepage) | |
try_get_property_string(tag, value) | |
get_property_string(tag, codepage) | |
get_property_string(tag) | |
get_property(pd) | |
try_get_property_data(tag) | |
get_property_bytes(tag) | |
get_property_int32(tag) | |
get_property_long(tag) | |
get_property_short(tag) | |
get_property_boolean(tag) | |
get_property_date_time(key) | |
is_store_unicode_ok() | |
try_get_property_date_time(tag, value) | |
try_get_property_long(tag, value) | |
try_get_property_int32(tag, value) | |
See Also