AppointmentCollection
AppointmentCollection class
表示约会对象的集合。
public class AppointmentCollection : List<Appointment>
构造函数
| 姓名 | 描述 |
|---|---|
| AppointmentCollection() | 初始化 AppointmentCollection 类的新实例,该实例为空。 |
| AppointmentCollection(IEnumerable<Appointment>) | 初始化 AppointmentCollection 类的新实例 |
方法
| 姓名 | 描述 |
|---|---|
| implicit operator | 将约会数组转换为集合 |
也可以看看
- class Appointment
- 命名空间 Aspose.Email.Calendar
- 部件 Aspose.Email