Apr 17th, 2000, 10:48 PM
I'm fairly new to VB (though I am a fairly experienced BASIC coder), and am having minor problems with the MAPI control.
I can call up the Address Book using:
MAPIMessages.Show
...but when I return from the dialog, I can't get hold of the name(s) selected.
I've tried:
variable = MAPIMessages.RecipAddress
and:
variable = MAPIMessages.RecipDisplayName
...but with no luck.
I don't want to send any mail at this point; I just need to use the Address Book dialog to select names/addresses, then store them along with some other info for use later in the program.
Anyone tell me where I'm going wrong?
TIA
Babylonian.
I can call up the Address Book using:
MAPIMessages.Show
...but when I return from the dialog, I can't get hold of the name(s) selected.
I've tried:
variable = MAPIMessages.RecipAddress
and:
variable = MAPIMessages.RecipDisplayName
...but with no luck.
I don't want to send any mail at this point; I just need to use the Address Book dialog to select names/addresses, then store them along with some other info for use later in the program.
Anyone tell me where I'm going wrong?
TIA
Babylonian.