Outlook 2003 Sript: Finding & Opening Items

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

Hi

How can' I open a note (in public folder) knowing it entryId (first verify
that the Note Exist than ope it)

I know how to go to the wanted Folder and create a new Note but I did
success to open the desired Note


Ps: I want to do the same thing with task

Tks for Help
 
Hi again, I found It

Set FolderA = Application.GetNamespace("MAPI").Folders("dossiers
publics").Folders("Publics Folders").Folders("Public Note")

Set myItem = FolderA.Items(1)
 
Back
Top