PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Recalling Item? What's it Id?

Reply

Recalling Item? What's it Id?

 
Thread Tools Rate Thread
Old 12-07-2005, 10:00 PM   #1
wizeguy
Guest
 
Posts: n/a
Default Recalling Item? What's it Id?


Hello all, I need some assistance. I know enough vba to know I don't
know enough. Here's what I want to do:

I'd want to make a VBA Journal entry and save it from within AutoCAD. I
plan on saving the journal item's unique id(?) within AutoCAD so I can
recall the same entry later and modify it. I can create the entry with
the following and seems to work fine. I can do the AutoCAD side I just
don't know how to get this freshly created id and recall it. Thanks for
helping out the rookie.

Sage


Set MyOlApp = CreateObject("Outlook.Application")
Set MyOlItem = MyOlApp.CreateItem(olJournalItem)
MyOlItem.Subject = "Test"
MyOlItem.Save

  Reply With Quote
Old 13-07-2005, 06:40 AM   #2
Michael Bauer
Guest
 
Posts: n/a
Default Re: Recalling Item? What's it Id?

Hi Sage,

it´s MyOlItem.EntryID

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook



wizeguy wrote:
> Hello all, I need some assistance. I know enough vba to know I don't
> know enough. Here's what I want to do:
>
> I'd want to make a VBA Journal entry and save it from within AutoCAD.
> I plan on saving the journal item's unique id(?) within AutoCAD so I
> can recall the same entry later and modify it. I can create the entry
> with the following and seems to work fine. I can do the AutoCAD side
> I just don't know how to get this freshly created id and recall it.
> Thanks for helping out the rookie.
>
> Sage
>
>
> Set MyOlApp = CreateObject("Outlook.Application")
> Set MyOlItem = MyOlApp.CreateItem(olJournalItem)
> MyOlItem.Subject = "Test"
> MyOlItem.Save


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off