Ejemplo n.º 1
0
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for GetPhoneCallInformation operation/method
 */
if ($get->GetPhoneCallInformation(new \Ews\StructType\EwsGetPhoneCallInformationType()) !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for GetSharingMetadata operation/method
 */
if ($get->GetSharingMetadata(new \Ews\StructType\EwsGetSharingMetadataType()) !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for GetSharingFolder operation/method
 */
if ($get->GetSharingFolder(new \Ews\StructType\EwsGetSharingFolderType()) !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for GetRoomLists operation/method
 */