J
Joey
Hello,
I'm having problems retrieving subject line information from a newly
created MailItem that hasn't been saved or sent yet. How does one go
about it? I am using Outlook 2003 and Word's FileDialog (Outlook
doesn't support one).
I tried:
ThisOutlookSession.ActiveInspector.CurrentItem.Subject
to no avail. I can't reference it using the EntryId because it hasn't
been sent or saved -- I'm trying to create my own modified version of
Outlook's Save As so that it will go to a user's specified file location
using the Subject line as the default file name.
Thanks,
Joey.
I'm having problems retrieving subject line information from a newly
created MailItem that hasn't been saved or sent yet. How does one go
about it? I am using Outlook 2003 and Word's FileDialog (Outlook
doesn't support one).
I tried:
ThisOutlookSession.ActiveInspector.CurrentItem.Subject
to no avail. I can't reference it using the EntryId because it hasn't
been sent or saved -- I'm trying to create my own modified version of
Outlook's Save As so that it will go to a user's specified file location
using the Subject line as the default file name.
Thanks,
Joey.