GetPropertyString
GetPropertyString(long, int)
获取tag指定的属性的字符串值。
public string GetPropertyString(long tag, int codepage)
范围 | 类型 | 描述 |
---|---|---|
tag | Int64 | MAPI 属性标记。 |
codepage | Int32 | 用于获取字符串值的指定代码页。 |
返回值
财产的价值。如果属性不存在,返回NULL; 否则,返回值。
也可以看看
- class MapiPropertyContainer
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email
GetPropertyString(long)
获取tag指定的属性的字符串值。
public string GetPropertyString(long tag)
范围 | 类型 | 描述 |
---|---|---|
tag | Int64 | MAPI 属性标记。 |
返回值
财产的价值。如果属性不存在,返回NULL; 否则,返回值。
也可以看看
- class MapiPropertyContainer
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email