ListAppointmentsByPage
内容
[
隐藏
]ListAppointmentsByPage(int)
检索日历文件夹的约会页面
public AppointmentPageInfo ListAppointmentsByPage(int itemsPerPage)
范围 | 类型 | 描述 |
---|---|---|
itemsPerPage | Int32 | 页面中的项目数 |
返回值
有约会的返回页面
也可以看看
- class AppointmentPageInfo
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
ListAppointmentsByPage(string, int)
检索指定日历文件夹的约会页面
public AppointmentPageInfo ListAppointmentsByPage(string folderUri, int itemsPerPage)
范围 | 类型 | 描述 |
---|---|---|
folderUri | String | 用于搜索约会的文件夹。 |
itemsPerPage | Int32 | 页面中的项目数 |
返回值
返回约会集合
也可以看看
- class AppointmentPageInfo
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
ListAppointmentsByPage(MailQuery, int)
检索日历文件夹的约会页面
public AppointmentPageInfo ListAppointmentsByPage(MailQuery query, int itemsPerPage)
范围 | 类型 | 描述 |
---|---|---|
query | MailQuery | MailQuery 表示约会搜索条件。 |
itemsPerPage | Int32 | 页面中的项目数 |
返回值
有约会的返回页面
也可以看看
- class AppointmentPageInfo
- class MailQuery
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
ListAppointmentsByPage(string, MailQuery, int)
检索指定日历文件夹的约会页面
public AppointmentPageInfo ListAppointmentsByPage(string folderUri, MailQuery query,
int itemsPerPage)
范围 | 类型 | 描述 |
---|---|---|
folderUri | String | 用于搜索约会的文件夹。 |
query | MailQuery | MailQuery 表示约会搜索条件。 |
itemsPerPage | Int32 | 页面中的项目数 |
返回值
有约会的返回页面
也可以看看
- class AppointmentPageInfo
- class MailQuery
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
ListAppointmentsByPage(int, int)
检索日历文件夹的约会页面
public AppointmentPageInfo ListAppointmentsByPage(int itemsPerPage, int itemOffset)
范围 | 类型 | 描述 |
---|---|---|
itemsPerPage | Int32 | 页面中的项目数 |
itemOffset | Int32 | 视图中下一项的偏移量 |
返回值
有约会的返回页面
也可以看看
- class AppointmentPageInfo
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
ListAppointmentsByPage(string, int, int)
检索指定日历文件夹的约会页面
public AppointmentPageInfo ListAppointmentsByPage(string folderUri, int itemsPerPage,
int itemOffset)
范围 | 类型 | 描述 |
---|---|---|
folderUri | String | 用于搜索约会的文件夹。 |
itemsPerPage | Int32 | 页面中的项目数 |
itemOffset | Int32 | 视图中下一项的偏移量 |
返回值
有约会的返回页面
也可以看看
- class AppointmentPageInfo
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
ListAppointmentsByPage(MailQuery, int, int)
检索日历文件夹的约会页面
public AppointmentPageInfo ListAppointmentsByPage(MailQuery query, int itemsPerPage, int itemOffset)
范围 | 类型 | 描述 |
---|---|---|
query | MailQuery | MailQuery 表示约会搜索条件。 |
itemsPerPage | Int32 | 页面中的项目数 |
itemOffset | Int32 | 视图中下一项的偏移量 |
返回值
有约会的返回页面
也可以看看
- class AppointmentPageInfo
- class MailQuery
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
ListAppointmentsByPage(string, MailQuery, int, int)
检索指定日历文件夹的约会页面
public AppointmentPageInfo ListAppointmentsByPage(string folderUri, MailQuery query,
int itemsPerPage, int itemOffset)
范围 | 类型 | 描述 |
---|---|---|
folderUri | String | 用于搜索约会的文件夹。 |
query | MailQuery | MailQuery 表示约会搜索条件。 |
itemsPerPage | Int32 | 页面中的项目数 |
itemOffset | Int32 | 视图中下一项的偏移量 |
返回值
有约会的返回页面
也可以看看
- class AppointmentPageInfo
- class MailQuery
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email