UrlList
UrlList class
contact 的url列表
public class UrlList : IList<Url>
构造函数
| 姓名 | 描述 |
|---|---|
| UrlList() | 默认构造函数。 |
特性
| 姓名 | 描述 |
|---|---|
| Blog { get; set; } | 默认博客页面 |
| BusinessHomePage { get; set; } | 默认工作页面 |
| Count { get; } | 获取包含在ICollection. |
| Ftp { get; set; } | 默认 ftp 页面 |
| HomePage { get; set; } | 默认主页 |
| IsReadOnly { get; } | |
| Item { get; set; } | 获取或设置指定索引处的元素。 |
| Profile { get; set; } | 默认个人资料页面 |
方法
| 姓名 | 描述 |
|---|---|
| Add(Url) | 将项目添加到列表中。 |
| Clear() | 从列表中删除所有项目。 |
| Contains(Url) | 确定列表是否包含特定值。 |
| CopyTo(Url[], int) | 将元素复制到数组中,从特定数组索引开始。 |
| GetEnumerator() | |
| IndexOf(Url) | 确定列表中特定项目的索引。 |
| Insert(int, Url) | 在指定索引处将项目插入列表。 |
| Remove(Url) | 从列表中删除特定对象的第一个匹配项。 |
| RemoveAt(int) | 删除指定索引处的列表项。 |
也可以看看
- class Url
- 命名空间 Aspose.Email.PersonalInfo
- 部件 Aspose.Email