Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. VB1VBA

    urgent:How to catch as object when a "Newmail" arrives in outlook?

    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")...
  2. VB1VBA

    VBA Code shared by all Outlook profiles

    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,
  3. VB1VBA

    Changing Outlook 2000 Folders using VBA

    Set myNameSpace = Application.GetNamespace("MAPI") Set myFolder = myNameSpace.GetDefaultFolder(olFolderInbox) Here you will get inbox folder active. let me know if it helps you.
  4. VB1VBA

    urgent:How to catch as object when a "Newmail" arrives in outlook?

    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.
  5. VB1VBA

    Message Tracking in Outlook 2002

    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?

Part and Inventory Search

Back
Top