C
Chuck Bohling
I'm connected to an IMAP email server and need to set some of the account
info programmatically. In particular, the user's display name. I use
IMAPISession::QueryIdentity and OpenEntry to get PR_DISPLAY_NAME and to set
it. After, setting it and doing a SaveChanges, the new value is there. But
after the final Release, the old value returns. Any ideas what I'm doing
wrong. I suspect the info is kept someplace else and is being restored after
the Release.
info programmatically. In particular, the user's display name. I use
IMAPISession::QueryIdentity and OpenEntry to get PR_DISPLAY_NAME and to set
it. After, setting it and doing a SaveChanges, the new value is there. But
after the final Release, the old value returns. Any ideas what I'm doing
wrong. I suspect the info is kept someplace else and is being restored after
the Release.