E
elie chucrallah
Dear Sirs
I have reference to an outlook email item
1-How to get both the sender's and receiver's email addresses.
N.B. contact email address might not be found in my contact list
this is how i am referencing the email item
any other way is most welcomed
Set myOlApp = CreateObject("Outlook.Application")
Set myNameSpace = myOlApp.GetNamespace("MAPI")
Set MyNewFolder = myNameSpace.GetFolderFromID(Id)
For I = 1 To MyNewFolder.Items.Count
MyNewFolder.Items.Item(I)
next
2-How can i identify if this email was sent by me or to me ?
Best regards
Elie Chucrallah
I have reference to an outlook email item
1-How to get both the sender's and receiver's email addresses.
N.B. contact email address might not be found in my contact list
this is how i am referencing the email item
any other way is most welcomed
Set myOlApp = CreateObject("Outlook.Application")
Set myNameSpace = myOlApp.GetNamespace("MAPI")
Set MyNewFolder = myNameSpace.GetFolderFromID(Id)
For I = 1 To MyNewFolder.Items.Count
MyNewFolder.Items.Item(I)
next
2-How can i identify if this email was sent by me or to me ?
Best regards
Elie Chucrallah