| Thread | Last Post | Replies |
|
| Looking for a better trigger for incoming emails... | 31 Aug 2007 21:38 GMT | 10 |
Alright, I've asked several times about this project I'm working on and I've got some great help here. I've also done a bit of searching and researching, and I'm stumped. I like how most of this executes, but there is a problem with it:
|
| program to close Outlook if opened | 31 Aug 2007 16:59 GMT | 1 |
I need to install an Outlook add-on for users via SMS package but it requires Outlook to be closed first. How can I create a program (vb script or batch) to close Outlook if it's running? Any sample I can use? Thanks,
|
| Using VBA code in ThisOutlookSession - Can I send an email asynchronously? | 31 Aug 2007 06:41 GMT | 3 |
I have a small routine that uses the .Send method of a MailItem object to send a message. The problem I can't get around is that the macro hangs until the message is sent.
|
| Keeping Count of emails received each day | 30 Aug 2007 06:17 GMT | 3 |
I am trying to implement a solution created by Sue Mosher on how to keep a count of the number of emails that I get on a daily basis. I have gotten this to work on my Outlook at home, but can't seem to get it to work at the office. I'm using Outlook 2003. Here is the code
|
| In/Out Board Add-In | 29 Aug 2007 17:58 GMT | 2 |
Hi to all of the Outlook wizards! I have been asked to research an add-in for Outlook 2003 SP2 / Exchange Server that will emulate the typical "In/Out" board for employees. Ideally, would have simple form where employee could click "In" or "Out" and, if going
|
| Error while creating Outlook-Application-Object on OL2003/Vista? | 29 Aug 2007 14:54 GMT | 8 |
Hi. I'm just trying to connect to Outlook 2003 from my C#-Application on Vista. I added "Microsoft Outlook 11.0 Object Library" to the references of my object, and then I'm calling: using Outlook = Microsoft.Office.Interop.Outlook;
|
| Getting range of appointments | 28 Aug 2007 20:07 GMT | 4 |
I'm using the FindNext(sFilter) to get the appointments within a day, and it works with the date syntax of sStartRange date of '8/28/2007 23:59' and sEndRange date of '8/28/2007 00:00', but it returns nothing if I extend it past a single day, such as '8/1/2007 23:59' and '8/31/2007 ...
|
| GAL reading and updation of data | 28 Aug 2007 19:46 GMT | 12 |
I am using the redemption object to connect to the GAL and read each item with its attributes like Name,Department,telephone etc. Below is the script I tried - objAddressEntry.Fields seems to be failing (does not find the collection) -
|
| Find Method and Private Meetings | 28 Aug 2007 16:56 GMT | 6 |
How does the Find Method treat meetings marked as private? Does it ignore them or retrieve non-confidential information like a start, end and free/busy status? Tx Tad
|
| How to open and extract the content in attachment? | 28 Aug 2007 14:24 GMT | 1 |
Is it possible to open and extract the content in attachment and save it to MS Access. Regards Raju A
|
| Upgraded Outlook to 2007, now VSTO doesn't work | 28 Aug 2007 14:19 GMT | 1 |
I have developed an Outlook Addin using Visual Studio Tools for Office 2003. Now I have upgraded my office to 2007. When I try to open my project in Visual Studio, I get the error: "Microsoft Office Outlook 2003 SP1 or newer is not installed on this
|
| Redemption - multiple emails for cc - error: could not resolve ema | 27 Aug 2007 19:40 GMT | 2 |
I am using Redemption in my VBA(in Microsoft Access) to send email via outlook. I have a (Access) form that has two textboxes, one for To and one for CC. the To has one email address, and the cc had two or three email addresses. I get an error "could not resolve email address..." ...
|
| print PDF | 27 Aug 2007 17:22 GMT | 1 |
I have some code that pulls up a Word document, and prints it. Here's a snipit of code: Sub CommandButtonFileCoverII_Click() On Error Resume Next
|
| Plugin or code for inserting blank days or weeks into Outlook Cale | 27 Aug 2007 17:18 GMT | 1 |
I use Outlook for my weekly schedule. All my appointments are recurring events that recur every 4, 6 or 8 weeks. I would like to know if there is a plugin that would allow me to push all appointments forward one week. When I take vacation I have to move everything manually and ...
|
| Current Apponitment Send function | 27 Aug 2007 16:38 GMT | 2 |
Is it possible to send an update of the current appointment (opened in inspector) to only certain members of the recipients list programmatically? I've tried a few things and I always get prompted to send an update to added/removed recipients as I tried to removed some of them.
|