Ejemplo n.º 1
0
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for GetConversationItems operation/method
 */
if ($get->GetConversationItems(new \Ews\StructType\EwsGetConversationItemsType()) !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for GetPersona operation/method
 */
if ($get->GetPersona(new \Ews\StructType\EwsGetPersonaType()) !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for GetInboxRules operation/method
 */
if ($get->GetInboxRules(new \Ews\StructType\EwsGetInboxRulesRequestType()) !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for GetPasswordExpirationDate operation/method
 */