Trying to have code close an open email after it saves.
Tue, 4 Nov 2008 07:24:04 -0800
Using outlook 2003 I am trying to get outlook to close the currently opened
email after it saves it. I have got everything working but the closeing part.
Can someone give me some ideas, suggestions or the write code to get this to
work. Here is what I have at this point:
Sub SaveAsOF()
'## Saves current e ...
|
automatically show/hide toolbar
Tue, 4 Nov 2008 14:37:20 -0000
Hi,
A 3rd party AV app has created a toolbar that displays permanently. But it's
only useful in Mail view
Is it possible to make it visible when mail view is activated and not
visible in all other views (say when mail view is de-activated or any other
view activated),
TIA,
Peter T
...
|
How to get an event when a meeting starts and ends
Mon, 3 Nov 2008 22:47:01 -0800
I'm trying to figure out how to get an event when a meeting that includes a
key word in its title begins and ends. I thought I might be able to do this
by listening to the ItemChange event on the Items returned from the
olFolderCalendar folder, but I don't know what change to look for to tell
that the meetin ...
|
Detect which attachment Item(s) is selected in an email
Mon, 3 Nov 2008 16:23:00 -0800
In an open mailitem, I am trying to detect which attachment(s) are selected.
Is there any way to do this? Am currently trying in Outlook 2007. ...
|
Detect Fwd MtgItem on Send event
Mon, 3 Nov 2008 14:43:00 -0800
During the Send Event in VBA (Outlook 2003), I'm looking for a way
programmatically detect if a received MeetingItem being forwarded and sent on
behalf of a different Organizer than the Sender? MeetingItem is being
forwarded from an Inbox, AND is not necessary Accepted yet and on the
Calendar. ...
|
Notes field
Fri, 31 Oct 2008 13:41:40 -0700
Outlook 2003 SP3
Hello,
Is there a way to programmatically to replace an attached file within the
notes field with a hyperlink? Can someone point me in the right direction?
Thank you,
Joel
...
|
Button to permanently delete items?
Fri, 31 Oct 2008 10:47:01 -0700
I use ctrl-Delete to permanently delete items, but I'd like to make it a
button or add it to the right-click menu so that I only have to use the
mouse.
Does anyone know how I might do this?
Peter
...
|
|
|
No Reminders after creating new profile.
Thu, 30 Oct 2008 21:35:01 -0700
Hi,
I am stuck with a situation. I am working with Outlook 2007 AddIn using C#.
I created a custom calender folder. There are few appointments in custom
calender folder which has "ReminderSet" to true.
But just after few seconds that "ReminderSet" property changes to false
(automatically). I dont know the r ...
|
Distribute Digitally Signed (selfcert used to sign) Macros to othe
Thu, 30 Oct 2008 12:18:05 -0700
I am wanting to distribute a digitally selfcert signed macro or project to
others on exchange server where users are running XP Pro machines and Outlook
2003. I have created a selfcert file on my machine and have been asked to
have the security settings set to high on all machines. I do not have access
to a ...
|
What is wrong with drop-down box?
Thu, 30 Oct 2008 11:41:58 -0700 (PDT)
I have been trying to create a userform with a simple dropdown combo
box. I have tried to follow the examples I have found and I just
plain pasted the example for combobox2 from the help file.
Below is the code for userform dropkids with two combo boxs and
matching command buttons.
Sub CommandButton1_Cli ...
|