S
Salad
For email, if I do
Set obj = objFolder.Items.Item(i)
Msgbox obj.To
I might get Joe Blow or [email protected]
Is there anyway to always retrieve [email protected]? Or is there a way
to associate Joe Blow with [email protected]? Or is there a way to get
the name of the person's inbox?
Set obj = objFolder.Items.Item(i)
Msgbox obj.To
I might get Joe Blow or [email protected]
Is there anyway to always retrieve [email protected]? Or is there a way
to associate Joe Blow with [email protected]? Or is there a way to get
the name of the person's inbox?