MapiPropertyContainer

MapiPropertyContainer class

表示 的基类MapiAttachmentMapiRecipientMapiMessage.

public class MapiPropertyContainer

特性

姓名描述
virtual CodePage { get; }获取代码页。
virtual Properties { get; }获取属性的集合。

方法

姓名描述
virtual GetProperty(PropertyDescriptor)通过属性描述符获取 MAPI 属性。
GetPropertyBoolean(long)获取tag指定的属性值为布尔类型。
GetPropertyBytes(long)获取tag指定的属性的字符串值。
GetPropertyDateTime(long)获取 tag 指定的属性值为 DateTime 类型。
GetPropertyInt32(long)获取tag指定的属性的int32值。
GetPropertyLong(long)获取tag指定的属性值为Long(int64)类型。
GetPropertyShort(long)获取 tag 指定的属性值为 Short 类型。
GetPropertyString(long)获取tag指定的属性的字符串值。
GetPropertyString(long, int)获取tag指定的属性的字符串值。
IsStoreUnicodeOk()确定字符串属性是否为 Unicode 编码。
virtual SetProperty(MapiProperty)设置属性。
virtual SetProperty(PropertyDescriptor, object)设置 MAPI 属性。
TryGetPropertyData(long)尝试获取指定标签键的属性数据。
TryGetPropertyDateTime(long, ref DateTime)获取指定属性的值作为 DateTime 类型。 返回值表示操作是否成功。
TryGetPropertyInt32(long, ref int)获取指定属性的值作为 Int32 类型。 返回值表示操作是否成功。
TryGetPropertyLong(long, ref long)获取指定属性的值作为 Long 类型。 返回值表示操作是否成功。
TryGetPropertyString(long)尝试获取属性数据作为带有指定标签的字符串。
TryGetPropertyString(long, int)尝试将属性数据作为具有指定标签和代码页的字符串获取。
TryGetPropertyString(long, ref string)以字符串类型获取指定属性的值。 返回值表示操作是否成功。
TryGetPropertyString(long, ref string, int)以字符串类型获取指定属性的值。 返回值表示操作是否成功。

也可以看看