Hi all,
how can i retreive the senders email?
ooulook = createobject("application.outlook"
oNameSpace = oOutlook.getNameSpace("MAPI"
oInbox = oNameSpace.GetDefaultFolder(6)
oinbox.items[nr].xxxx
what name to fill in the xxxx to get the email? i cant find any. i know off .to .sender .sendername(this doesnt seem to work) and couple others
is there any way to retrieve the emailaddress
i am thinking of saving every mail in the contact list and
then use the contact list to retrieve the senders email address.
thanks
how can i retreive the senders email?
ooulook = createobject("application.outlook"
oNameSpace = oOutlook.getNameSpace("MAPI"
oInbox = oNameSpace.GetDefaultFolder(6)
oinbox.items[nr].xxxx
what name to fill in the xxxx to get the email? i cant find any. i know off .to .sender .sendername(this doesnt seem to work) and couple others
is there any way to retrieve the emailaddress
i am thinking of saving every mail in the contact list and
then use the contact list to retrieve the senders email address.
thanks