New Bee: How to add custom menu in outlook message
Mon, 12 May 2008 21:23:37 +0530
Hello
My requirement is to add custom menu item under the menu File of the new
message page in MS Outlook 2003.
I am not able to identify the object and method to customize the message.
Regards
Piyush
...
|
Response from Outlook dialog box.
Mon, 12 May 2008 03:54:58 -0700 (PDT)
I am using VSTO with C# for creating Outlook Add-ins. I need to get
the response from the dialog box that pops up during various
operations like Save, Send, Close etc. The dialog box usually contains
options like:
1. Save and send the item,
2. Don't save but keep the item open.
How can I get the response out ...
|
Adding Modifying Contacts in "Other Contacts" (Shared Contacts)
Sat, 10 May 2008 20:29:05 -0400
Is it possible to modify/add "Other Contacts" using VBA ?
I believe these contacts are shared contacts from and exchange server.
I can add and modify objects in the My Contacts folder, but can't figure out
how
to do the same for "Shared Contacts"
Thanks,
Jj
...
|
Cancelling Tasks Write event removes Send button from inspector
window
Sat, 10 May 2008 03:21:02 -0700 (PDT)
Hi,
I have created an Outlook Addin which needs to cancel the write/send
event on certain modifications made in Tasks through the inspector
window.
So, if I create a Task in Outlook, Assign it, and Send it, only Write
event is triggered (that too twice). If I cancel the event as
demonstrated in the code be ...
|
From Outlook open a Excel-file, but how can i set focus to Excel?
Fri, 9 May 2008 05:56:31 -0700 (PDT)
How can I set focus to Excel?
On Error Resume Next
Set objXL = GetObject(, "Excel.Application")
Err.Clear
objXL.Workbooks.Open FileName:="H:\Outlook\Prosjekt.xls" ...
|
contact list vba
Tue, 6 May 2008 07:04:31 -0700 (PDT)
Hi,
i premise that i'm new of vba.
i have to create a form in outlook 2003, with a listbox inside where i
will insert all the names of my outlook's adress book but i have no
clue on how to do that.
I've looked for for a solution to this problem on different sites, but
i haven't find the way to resolve it.
Is ...
|
task overdue event?
Tue, 6 May 2008 10:06:49 +0800
Dear all,
I'm a novice about outlook programmmer. Now,there is a problem when I
write the code for atuomatic sending the email.
according the article from the microsoft:
http://support.microsoft.com/kb/239087/en-us/ I created the task, but when
I receive the reminder that the task is due, It can' ...
|
|
|
Adding Shortcut, Receive: Run-time error '-2147467259 (80004005)'
Fri, 2 May 2008 13:48:59 -0700 (PDT)
Hello!
I wrote a script that uses the NewMail event to check if the sender of
the new message is in a distro list in the GAL, and create a folder in
a PST file, and add a shortcut to my shortcut pane if there is not
already one.
Everything works, but if it's a sender that does not already have a
folder/sho ...
|
Changing the Outlook "from" address using VBA
Fri, 25 Apr 2008 07:54:01 -0700
I am developing an application in access 2007. The app needs to send emails
to customers but the account from which the email is sent is dependent on the
customer. At the moment I am using "DoCmd.SendObject" but I don't know how to
change the "from" address. If someone could point me in the right direction
o ...
|
Changing the sender's email address
Thu, 24 Apr 2008 09:34:03 -0700
RE: Outlook 2003/Access 2003
I have an Access app used by several people in a department and it sends an
email out twice a month. Right now I have the "SendMail" method of the
"DoCmd" object in Access sending the email. Problem is, that method in the
Access object does not let me change the "From:" addres ...
|