S
Semut
I notice that the Namespace::GetFolderFromID capable of getting the
MAPIFolder from any profiles. Even MAPIFolder from non default profile. It
is powerful, yes but it arouse a problem in my case for checking the
MAPIFolder validity. Usually, I would check if the MAPIFolder exist by
if (spMAPIFolder != NULL)
{
......
Now, this checking will not work anymore.
My question will be, how to know if the MAPIFolder is from the required
logon? Any function for that?
thank you.
MAPIFolder from any profiles. Even MAPIFolder from non default profile. It
is powerful, yes but it arouse a problem in my case for checking the
MAPIFolder validity. Usually, I would check if the MAPIFolder exist by
if (spMAPIFolder != NULL)
{
......
Now, this checking will not work anymore.
My question will be, how to know if the MAPIFolder is from the required
logon? Any function for that?
thank you.