Link to home
Start Free TrialLog in
Avatar of anumit
anumit

asked on

incorrect email link for a particular user only

Hi

I am working on creating a custom inbox webpage for our users who have Microsoft Exchange (2007) account. I am using C# for coding the webpage and to query the inbox from exchange.

I query the inbox using impersonation administrator account.
The links to individual emails are the following format
https://webmail.domainname.com/owa/?ae=Item&t=IPM.Note&id=[email_id_value]

https://webmail.domainname.com/owa/?ae=Item&t=IPM.Note&id=RgAAAADFEl8X2NnXQaTDQFnEqIaCBwBemaYOYoxGRJcgpvNJ1%2fqAropxCd1xAABemsEtYoxGRJcgpvNJ1%2fqAACe9fWYTAAJ

this user’s id for all emails is different from the email_id_value that I get from emailObject.id.

But for all other users the email_id_value are the same that I get from emailObject.id.

Please help me getting correct email_id_value for this user.

Thanks
Anumit
Avatar of George Sas
George Sas
Flag of Denmark image

I think you are posting in the wrong forum here but you never know :)

Have you tried to actually what is different at this user compared with other users ?
You could use ADSIEDIT and look at this users attributes compared to one that is working.
You might find a glitch there.
Avatar of anumit
anumit

ASKER

used convert function
ASKER CERTIFIED SOLUTION
Avatar of anumit
anumit

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of anumit

ASKER

convertid function works