Hi ITMannie,
Thanks for your code. It works fine. I have one more problem....
I wanted to catch up sender's name from the new mail arrives. So I used the logic as follows.
Public Sub Application_NewMail()
Dim flag As String
Set myNameSpace = Application.GetNamespace("MAPI")...
Hi,
I need your help related to this topic. I just wanted to know "how to catch up the new mail message as object when a new mail arrives to the outlook? here the folder may not be inbox.
I appreciate your help at the earliest.
bye,
Set myNameSpace = Application.GetNamespace("MAPI")
Set myFolder = myNameSpace.GetDefaultFolder(olFolderInbox)
Here you will get inbox folder active.
let me know if it helps you.
Hi,
I want to catch up the new mail message as OBJECT when it arrives to the outlook folder. The folder needn't be "inbox" only it can be any user defined folder under the outlook mailbox.
Can anyone help me out in this?
hope the problem is clear.
it's very urgent.
I hv one question related to this topic. If I receive a mail message with read receipt from a person in the same organisation, Can I cancel this read receipt notification so that that person won't get the receipt at all?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.