GetString
MapiProperty.GetString method (1 of 2)
Gets the binary data as string.
public virtual string GetString()
Return Value
A string contains the binary data.
See Also
- class MapiProperty
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiProperty.GetString method (2 of 2)
Gets the binary data as string using the specified code page.
public virtual string GetString(int codepage)
Parameter | Type | Description |
---|---|---|
codepage | Int32 | The code page. |
Return Value
A string contains the binary data.
See Also
- class MapiProperty
- namespace Aspose.Email.Mapi
- assembly Aspose.Email