Ejemplo n.º 1
0
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for GetImItemList operation/method
 */
if ($get->GetImItemList(new \Ews\StructType\EwsGetImItemListType()) !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for GetImItems operation/method
 */
if ($get->GetImItems(new \Ews\StructType\EwsGetImItemsType()) !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for GetUserRetentionPolicyTags operation/method
 */
if ($get->GetUserRetentionPolicyTags(new \Ews\StructType\EwsGetUserRetentionPolicyTagsType()) !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for GetAppMarketplaceUrl operation/method
 */