MapiPropertyContainer.GetPropertyString

GetPropertyString(long, int)

Gets the string value of the property specified by tag.

public string GetPropertyString(long tag, int codepage)
ParameterTypeDescription
tagInt64The MAPI property tag.
codepageInt32The 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


GetPropertyString(long)

Gets the string value of the property specified by tag.

public string GetPropertyString(long tag)
ParameterTypeDescription
tagInt64The MAPI property tag.

Return Value

The value of the property. If the property does not exist, returns NULL; otherwise, returns the value.

See Also