GetPropertyString

GetPropertyString(long, int)

获取tag指定的属性的字符串值。

public string GetPropertyString(long tag, int codepage)
范围类型描述
tagInt64MAPI 属性标记。
codepageInt32用于获取字符串值的指定代码页。

返回值

财产的价值。如果属性不存在,返回NULL; 否则,返回值。

也可以看看


GetPropertyString(long)

获取tag指定的属性的字符串值。

public string GetPropertyString(long tag)
范围类型描述
tagInt64MAPI 属性标记。

返回值

财产的价值。如果属性不存在,返回NULL; 否则,返回值。

也可以看看