PidTagPropertyDescriptor

PidTagPropertyDescriptor(int, PropertyDataType)

初始化PidTagPropertyDescriptor class 由 16 位属性 ID 和 16 位属性类型定义的属性。 标记属性的属性 ID 在 0x001 × 0x7FFF 范围内。 0x8000 - 0x8FFF 范围内的属性 ID 保留用于分配给命名属性

public PidTagPropertyDescriptor(int id, PropertyDataType type)
范围类型描述
idInt32标识标记属性的无符号 16 位量。
typePropertyDataType指定属性允许的值类型。

也可以看看


PidTagPropertyDescriptor(string, int, PropertyDataType)

初始化PidTagPropertyDescriptor class 由 16 位属性 ID 和 16 位属性类型定义的属性。 标记属性的属性 ID 在 0x001 × 0x7FFF 范围内。 0x8000 - 0x8FFF 范围内的属性 ID 保留用于分配给命名属性

public PidTagPropertyDescriptor(string canonicalName, int id, PropertyDataType type)
范围类型描述
canonicalNameString用于在文档中引用属性的名称。
idInt32标识标记属性的无符号 16 位量。
typePropertyDataType指定属性允许的值类型。

也可以看看


PidTagPropertyDescriptor(string, string, int, PropertyDataType)

初始化PidTagPropertyDescriptor class 由 16 位属性 ID 和 16 位属性类型定义的属性。 标记属性的属性 ID 在 0x001 × 0x7FFF 范围内。 0x8000 - 0x8FFF 范围内的属性 ID 保留用于分配给命名属性

public PidTagPropertyDescriptor(string canonicalName, string name, int id, PropertyDataType type)
范围类型描述
canonicalNameString用于在文档中引用属性的名称。
nameString用于引用文档中的属性的 MAPI 名称。
idInt32标识标记属性的无符号 16 位量。
typePropertyDataType指定属性允许的值类型。

也可以看看


PidTagPropertyDescriptor(long)

初始化PidTagPropertyDescriptor class 由 16 位属性 ID 和 16 位属性类型定义的属性。 标记属性的属性 ID 在 0x001 × 0x7FFF 范围内。 0x8000 - 0x8FFF 范围内的属性 ID 保留用于分配给命名属性

public PidTagPropertyDescriptor(long tag)
范围类型描述
tagInt64标签是一个 32 位数字,在位 16 到 31 中包含唯一属性标识符,在位 0 到 15 中包含属性类型

也可以看看


PidTagPropertyDescriptor(string, string, long)

初始化PidTagPropertyDescriptor class 由 16 位属性 ID 和 16 位属性类型定义的属性。 标记属性的属性 ID 在 0x001 × 0x7FFF 范围内。 0x8000 - 0x8FFF 范围内的属性 ID 保留用于分配给命名属性

public PidTagPropertyDescriptor(string canonicalName, string name, long tag)
范围类型描述
canonicalNameString用于在文档中引用属性的名称。
nameString用于引用文档中的属性的 MAPI 名称。
tagInt64标签是一个 32 位数字,在位 16 到 31 中包含唯一属性标识符,在位 0 到 15 中包含属性类型

也可以看看