ListAppointmentsByPage

ListAppointmentsByPage(int)

检索日历文件夹的约会页面

public AppointmentPageInfo ListAppointmentsByPage(int itemsPerPage)
范围类型描述
itemsPerPageInt32页面中的项目数

返回值

有约会的返回页面

也可以看看


ListAppointmentsByPage(string, int)

检索指定日历文件夹的约会页面

public AppointmentPageInfo ListAppointmentsByPage(string folderUri, int itemsPerPage)
范围类型描述
folderUriString用于搜索约会的文件夹。
itemsPerPageInt32页面中的项目数

返回值

返回约会集合

也可以看看


ListAppointmentsByPage(MailQuery, int)

检索日历文件夹的约会页面

public AppointmentPageInfo ListAppointmentsByPage(MailQuery query, int itemsPerPage)
范围类型描述
queryMailQueryMailQuery表示约会搜索条件。
itemsPerPageInt32页面中的项目数

返回值

有约会的返回页面

也可以看看


ListAppointmentsByPage(string, MailQuery, int)

检索指定日历文件夹的约会页面

public AppointmentPageInfo ListAppointmentsByPage(string folderUri, MailQuery query, 
    int itemsPerPage)
范围类型描述
folderUriString用于搜索约会的文件夹。
queryMailQueryMailQuery表示约会搜索条件。
itemsPerPageInt32页面中的项目数

返回值

有约会的返回页面

也可以看看


ListAppointmentsByPage(int, int)

检索日历文件夹的约会页面

public AppointmentPageInfo ListAppointmentsByPage(int itemsPerPage, int itemOffset)
范围类型描述
itemsPerPageInt32页面中的项目数
itemOffsetInt32视图中下一项的偏移量

返回值

有约会的返回页面

也可以看看


ListAppointmentsByPage(string, int, int)

检索指定日历文件夹的约会页面

public AppointmentPageInfo ListAppointmentsByPage(string folderUri, int itemsPerPage, 
    int itemOffset)
范围类型描述
folderUriString用于搜索约会的文件夹。
itemsPerPageInt32页面中的项目数
itemOffsetInt32视图中下一项的偏移量

返回值

有约会的返回页面

也可以看看


ListAppointmentsByPage(MailQuery, int, int)

检索日历文件夹的约会页面

public AppointmentPageInfo ListAppointmentsByPage(MailQuery query, int itemsPerPage, int itemOffset)
范围类型描述
queryMailQueryMailQuery表示约会搜索条件。
itemsPerPageInt32页面中的项目数
itemOffsetInt32视图中下一项的偏移量

返回值

有约会的返回页面

也可以看看


ListAppointmentsByPage(string, MailQuery, int, int)

检索指定日历文件夹的约会页面

public AppointmentPageInfo ListAppointmentsByPage(string folderUri, MailQuery query, 
    int itemsPerPage, int itemOffset)
范围类型描述
folderUriString用于搜索约会的文件夹。
queryMailQueryMailQuery表示约会搜索条件。
itemsPerPageInt32页面中的项目数
itemOffsetInt32视图中下一项的偏移量

返回值

有约会的返回页面

也可以看看