MapiProperty.GetString

GetString()

Gets the binary data as string.

public virtual string GetString()

Return Value

A string contains the binary data.

See Also


GetString(int)

Gets the binary data as string using the specified code page.

public virtual string GetString(int codepage)
ParameterTypeDescription
codepageInt32The code page.

Return Value

A string contains the binary data.

See Also