Find
内容
[
隐藏
]Find(params Guid[])
根据其 PropertySet 在列表中查找属性
public PropertyDescriptor[] Find(params Guid[] propertySets)
| 范围 | 类型 | 描述 |
|---|---|---|
| propertySets | Guid[] | 要查找的 PropertySet |
返回值
数组PropertyDescriptor如果在列表中找到具有所需 PropertySet 的对象;否则为空数组。
也可以看看
- class PropertyDescriptor
- class KnownPropertyList
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email
Find(string)
在列表中查找具有指定名称的属性
public PropertyDescriptor Find(string name)
| 范围 | 类型 | 描述 |
|---|---|---|
| name | String | 用于指代属性的名称。 |
返回值
PropertyDescriptor如果在列表中找到对象;否则为空。
也可以看看
- class PropertyDescriptor
- class KnownPropertyList
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email
Find(int, PropertyDataType)
发现PidTagPropertyDescriptor列表 中的属性
public PidTagPropertyDescriptor Find(int id, PropertyDataType type)
| 范围 | 类型 | 描述 |
|---|---|---|
| id | Int32 | 要查找的 ID |
| type | PropertyDataType | 属性的数据类型 |
返回值
PidTagPropertyDescriptor如果在列表中找到具有定义标记的对象;否则为空。
也可以看看
- class PidTagPropertyDescriptor
- enum PropertyDataType
- class KnownPropertyList
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email
Find(int)
发现PidTagPropertyDescriptor list 中的属性
public PidTagPropertyDescriptor[] Find(int id)
| 范围 | 类型 | 描述 |
|---|---|---|
| id | Int32 | 要查找的 ID |
返回值
PidTagPropertyDescriptor如果在列表中找到具有已定义标记的对象数组;否则为空数组。
也可以看看
- class PidTagPropertyDescriptor
- class KnownPropertyList
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email
Find(long)
发现PidTagPropertyDescriptor列表 中的属性
public PidTagPropertyDescriptor Find(long tag)
| 范围 | 类型 | 描述 |
|---|---|---|
| tag | Int64 | 标记查找 |
返回值
PidTagPropertyDescriptor如果在列表中找到具有定义标记的对象;否则为空。
也可以看看
- class PidTagPropertyDescriptor
- class KnownPropertyList
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email
Find(string, PropertyDataType, Guid)
发现PidNamePropertyDescriptor根据所需参数列表中的属性
public PidNamePropertyDescriptor Find(string name, PropertyDataType type, Guid propertySet)
| 范围 | 类型 | 描述 |
|---|---|---|
| name | String | 物业名称 |
| type | PropertyDataType | 属性的数据类型 |
| propertySet | Guid | 属性的 PropertySet |
返回值
PidNamePropertyDescriptor如果在列表中找到对象;否则为空。
也可以看看
- class PidNamePropertyDescriptor
- enum PropertyDataType
- class KnownPropertyList
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email
Find(string, Guid)
发现PidNamePropertyDescriptor根据所需参数列表中的属性 这是没有数据类型比较的简化搜索操作。
public PidNamePropertyDescriptor Find(string name, Guid propertySet)
| 范围 | 类型 | 描述 |
|---|---|---|
| name | String | 物业名称 |
| propertySet | Guid | 属性的 PropertySet |
返回值
PidNamePropertyDescriptor如果在列表中找到对象;否则为空。
也可以看看
- class PidNamePropertyDescriptor
- class KnownPropertyList
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email
Find(long, PropertyDataType, Guid)
发现PidLidPropertyDescriptor根据所需参数列表中的属性
public PidLidPropertyDescriptor Find(long lid, PropertyDataType type, Guid propertySet)
| 范围 | 类型 | 描述 |
|---|---|---|
| lid | Int64 | 属性的长 id |
| type | PropertyDataType | 属性的数据类型 |
| propertySet | Guid | 属性的 PropertySet |
返回值
PidLidPropertyDescriptor如果在列表中找到对象;否则为空。
也可以看看
- class PidLidPropertyDescriptor
- enum PropertyDataType
- class KnownPropertyList
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email
Find(long, Guid)
发现PidLidPropertyDescriptor根据所需参数列表中的属性 这是没有数据类型比较的简化搜索操作。
public PidLidPropertyDescriptor Find(long lid, Guid propertySet)
| 范围 | 类型 | 描述 |
|---|---|---|
| lid | Int64 | 属性的长 id |
| propertySet | Guid | 属性的 PropertySet |
返回值
PidLidPropertyDescriptor如果在列表中找到对象;否则为空。
也可以看看
- class PidLidPropertyDescriptor
- class KnownPropertyList
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email