PidTagPropertyDescriptor
内容
[
隐藏
]PidTagPropertyDescriptor(int, PropertyDataType)
初始化PidTagPropertyDescriptor
class 由 16 位属性 ID 和 16 位属性类型定义的属性。 标记属性的属性 ID 在 0x001 × 0x7FFF 范围内。 0x8000 - 0x8FFF 范围内的属性 ID 保留用于分配给命名属性
public PidTagPropertyDescriptor(int id, PropertyDataType type)
范围 | 类型 | 描述 |
---|---|---|
id | Int32 | 标识标记属性的无符号 16 位量。 |
type | PropertyDataType | 指定属性允许的值类型。 |
也可以看看
- enum PropertyDataType
- class PidTagPropertyDescriptor
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email
PidTagPropertyDescriptor(string, int, PropertyDataType)
初始化PidTagPropertyDescriptor
class 由 16 位属性 ID 和 16 位属性类型定义的属性。 标记属性的属性 ID 在 0x001 × 0x7FFF 范围内。 0x8000 - 0x8FFF 范围内的属性 ID 保留用于分配给命名属性
public PidTagPropertyDescriptor(string canonicalName, int id, PropertyDataType type)
范围 | 类型 | 描述 |
---|---|---|
canonicalName | String | 用于在文档中引用属性的名称。 |
id | Int32 | 标识标记属性的无符号 16 位量。 |
type | PropertyDataType | 指定属性允许的值类型。 |
也可以看看
- enum PropertyDataType
- class PidTagPropertyDescriptor
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email
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)
范围 | 类型 | 描述 |
---|---|---|
canonicalName | String | 用于在文档中引用属性的名称。 |
name | String | 用于引用文档中的属性的 MAPI 名称。 |
id | Int32 | 标识标记属性的无符号 16 位量。 |
type | PropertyDataType | 指定属性允许的值类型。 |
也可以看看
- enum PropertyDataType
- class PidTagPropertyDescriptor
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email
PidTagPropertyDescriptor(long)
初始化PidTagPropertyDescriptor
class 由 16 位属性 ID 和 16 位属性类型定义的属性。 标记属性的属性 ID 在 0x001 × 0x7FFF 范围内。 0x8000 - 0x8FFF 范围内的属性 ID 保留用于分配给命名属性
public PidTagPropertyDescriptor(long tag)
范围 | 类型 | 描述 |
---|---|---|
tag | Int64 | 标签是一个 32 位数字,在位 16 到 31 中包含唯一属性标识符,在位 0 到 15 中包含属性类型 |
也可以看看
- class PidTagPropertyDescriptor
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email
PidTagPropertyDescriptor(string, string, long)
初始化PidTagPropertyDescriptor
class 由 16 位属性 ID 和 16 位属性类型定义的属性。 标记属性的属性 ID 在 0x001 × 0x7FFF 范围内。 0x8000 - 0x8FFF 范围内的属性 ID 保留用于分配给命名属性
public PidTagPropertyDescriptor(string canonicalName, string name, long tag)
范围 | 类型 | 描述 |
---|---|---|
canonicalName | String | 用于在文档中引用属性的名称。 |
name | String | 用于引用文档中的属性的 MAPI 名称。 |
tag | Int64 | 标签是一个 32 位数字,在位 16 到 31 中包含唯一属性标识符,在位 0 到 15 中包含属性类型 |
也可以看看
- class PidTagPropertyDescriptor
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email