MapiProperty.GetString
GetString()
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
GetString(int)
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