GetPropertyString
Contents
[
Hide
]
MapiPropertyContainer.GetPropertyString method (1 of 2)
Gets the string value of the property specified by tag.
public string GetPropertyString(long tag, int codepage)
Parameter | Type | Description |
---|---|---|
tag | Int64 | The MAPI property tag. |
codepage | Int32 | The specified codepage used to get string value. |
Return Value
The value of the property. If the property does not exist, returns NULL; otherwise, returns the value.
See Also
- class MapiPropertyContainer
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiPropertyContainer.GetPropertyString method (2 of 2)
Gets the string value of the property specified by tag.
public string GetPropertyString(long tag)
Parameter | Type | Description |
---|---|---|
tag | Int64 | The MAPI property tag. |
Return Value
The value of the property. If the property does not exist, returns NULL; otherwise, returns the value.
See Also
- class MapiPropertyContainer
- namespace Aspose.Email.Mapi
- assembly Aspose.Email