BindWithFolderId static method
Implementation
static Future<SearchFolder> BindWithFolderId(
ExchangeService service, FolderId id) {
return SearchFolder.BindWithFolderIdAndPropertySet(
service, id, PropertySet.FirstClassProperties);
}
static Future<SearchFolder> BindWithFolderId(
ExchangeService service, FolderId id) {
return SearchFolder.BindWithFolderIdAndPropertySet(
service, id, PropertySet.FirstClassProperties);
}