J
Jogi
Hello,
i want find a Contact with the BusinessTelephoneNumber. When I try
this:
OutlookSession os = new OutlookSession();
string callerId = "+49xxxxxxxxxxxxx";
string res = "[BusinessTelephoneNumber]=\"" + callerId + "\"";
Contact c = os.Contacts.Items.Restrict(res)[0];
if (c != null)
{
//found
}
I got an System.ArgumentOutOfRangeException, The indicated argument
lies outside of the valid range of values.
Need help, please
Thanks, Jogi
i want find a Contact with the BusinessTelephoneNumber. When I try
this:
OutlookSession os = new OutlookSession();
string callerId = "+49xxxxxxxxxxxxx";
string res = "[BusinessTelephoneNumber]=\"" + callerId + "\"";
Contact c = os.Contacts.Items.Restrict(res)[0];
if (c != null)
{
//found
}
I got an System.ArgumentOutOfRangeException, The indicated argument
lies outside of the valid range of values.
Need help, please
Thanks, Jogi