| Thread | Last Post | Replies |
|
| Outlook 2003 save active message as Word Document | 15 Apr 2008 14:29 GMT | 1 |
How can I save the Outlook 2003 active message body as new Word Document?
|
| Outlook Sharepoint Calendar stssync | 14 Apr 2008 14:10 GMT | 1 |
I want to automate various processes through outlook to the Shared Calendar in Sharepoint Services, using various bits of code I have found around...I have come up with the following very basic Sub and Function (where the meat is):
|
| Retrieving SMTP address from Outlook 2000 via VBA | 14 Apr 2008 13:56 GMT | 1 |
Is there a way of getting the SMTP address from Outlook 2000? For example, I have a name John Doe and it will resolve that name for me (I tried ResolveAll but a "a program is trying to access email address" security prompt is popping up, which is unacceptable) and
|
| Change options with VBA | 14 Apr 2008 08:05 GMT | 2 |
I have made a macro to send a mail. In Tools - Options - I have by defect to insert a signature when send a mail. I am looking for the way that the macro deactivates this option before send the mail and later returns it to activate.
|
| Prevent freezing during macro execution? | 14 Apr 2008 01:24 GMT | 1 |
I have a macro that, on execution, goes through all items in my Inbox and processes each one - flagging it for attention, moving it to a folder etc. The problem is, Outlook seems to 'freeze' during execution, then the inbox display updates all at once when the macro
|
| Export or copy the header and body of mail message | 11 Apr 2008 14:04 GMT | 3 |
There is no command which allows a copy of the header and body of an e-mail message. At the moment the only workaround I know is to "forward" the message which then gives me both the header and body and then I copy and paste it as needed e.g. into word document
|
| Creating Message rules in Access | 11 Apr 2008 13:16 GMT | 1 |
Is it possible to create Outlook message rules using VBA from Access? I want to automate sending auto-replies back to my ebay customers. The subject line will contain the unique item number (stored in my db) and I want to send a pre-created email back when I receive an email ...
|
| how to get the Appointment End property | 10 Apr 2008 23:15 GMT | 4 |
I don't know how I can get the "End" property of Appointment. Please, advise me. Thanks, soworl
|
| scripting message with attachment | 10 Apr 2008 22:09 GMT | 3 |
I'd like to script sending a message with an attachment. I've found how to do this when you know the attachment's name. But I need to script adding an attachment when I don't know it's name. The file I want to attach will always be located in C:\Reports and will
|
| Getting a button for my VB Script macro in outlook | 10 Apr 2008 01:54 GMT | 1 |
I have a macro that was originally written for outlook 2003. Thanks to Sue Mosher it runs flawlessly and works great. Now however I am trying to get this to work in Outlook 2007. I use to deploy it vie the VBAProject.OTM file and outcmd.dat. However now when I try to use the ...
|
| Hyperlink in e-mail with VBA script | 09 Apr 2008 18:57 GMT | 10 |
How to create hyperlink in e-mail with VBA script? ... I want sent e-mail with VBA script to create shortcut on desktop. When other user open this e-mail and click on hyperlink, automaticaly will be create shortcut to network place with one aplication.
|
| 2007 Custom Fields Contact Form Updating Entries | 09 Apr 2008 15:33 GMT | 1 |
work from home and update contact information on my system, then go into the office once a week. I use a portable ext hard drive to transport updates info etc. I am running Windows XP Pro Office 2007 Pro (Outlook 2007) and the system at
|
| Programmatic text editing | 08 Apr 2008 18:37 GMT | 4 |
Is it possible to write a macro to edit the text of a received message? If so, what part of the object model do I need to explore? In the online references to Outlook programming, I find lots of info on handling O.L. items, but not on getting inside an item. Thanks.
|
| how do i allow sap BO to send mail from outlook w/o prompt | 08 Apr 2008 15:53 GMT | 1 |
I have SAP Business One application which tries to send mail through outlook. however - people who use this option receive a prompt from outlook that says: "a program is trying to automatically send email on your behalf..." and then there is a 5 seconds delay. is there a way i ...
|
| Runtime error when using SaveAsFile method to save Outlook attachm | 08 Apr 2008 01:48 GMT | 5 |
Attached macro is used to save all attachments for selected e-mail items in a particular outlook folder. Code works fine, however after 199 items are saved in c:\attachments folder - a runtime error occurs (something about unable to save the file). A bit confused why this is ...
|