get_string method

get_string(self, tag)

Gets the string value of the property specified by tag.

Returns

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


def get_string(self, tag):
    ...
Parameter Type Description
tag groupdocs.metadata.formats.email.msg.MsgKnownProperties The value from MsgKnownProperties enum .

See Also