| Thread | Last Post | Replies |
|
| Insert standard text into a new message | 24 Jan 2008 22:05 GMT | 9 |
I am pretty new at this but, how do you insert standard text into a new e-mail message without deleting the default signature? I am using the following code: Sub Macro1()
|
| Synchronize Outlook Appointment | 24 Jan 2008 16:46 GMT | 4 |
I'm trying to perform Synchronization between my application and outlook default calendar (which mimic the behavior like ActiveSync) I have face the difficultly on update the appointment with recurrence pattern. let said,
|
| Move to a folder my sending email | 24 Jan 2008 14:37 GMT | 2 |
I am a sales engineer and I send by email offers. I already coded my VBA for Outlook in order to generate automatically a remainder 10 days after that I send an offer. Now, I would like to move this email with my offer attached to a folder
|
| Mouse Hover In Outlook | 23 Jan 2008 14:57 GMT | 1 |
I would l like to set up a glossary of acronyms in Microsoft Outlook. So for example, if someone sends me an email with the word "VBA", and "VBA" was in my list of glossary terms, then once I place my mouse over the word, a pop up box or comment with "VBA: Visual Basic for ...
|
| FindControl Number ID to enable Digital Signature and Encryption | 23 Jan 2008 00:26 GMT | 3 |
Our company has added two icons to the commandbar to expedite the selection of Digital Signature and Encryption. I am using some code (see below) from MS that should "Select" or depress the Digital Signature icon / button. Unfortunately nothing happens when the code runs. ...
|
| Problem in outlook addin | 22 Jan 2008 21:00 GMT | 1 |
Hi , I have one outlook-addin and it was working fine with 2003 , it is not working in 2007 . once i click on the add in button outlook is crashing .. and it is crashing in
|
| Bypassing Outlook's Outbox (or creating a custom outbox) | 21 Jan 2008 14:52 GMT | 12 |
Here's my problem: When the user creates a new email (or forwards, replies, etc), I want the email to go to my MAPIFolder instead of Outbox. When I try to do this at Application_ItemSend by Item.Move(), I'm getting the mail deleted or moved error for obvious reasons.
|
| Generating email's or reminders in outlook from date in Excel | 20 Jan 2008 12:46 GMT | 1 |
I have a database of sales leads that are organized by date. I am trying to figure out how to have either an email sent to myself or an appointment/calendar entry if possible added to my outlook calendar one month prior to the date I have listed in my spreadsheet. I don't want ...
|
| Change Button Appearance when depressed | 18 Jan 2008 21:17 GMT | 1 |
My first macros with Outlook ... Have just added two macros and two buttons in Command Bar ... However, when depressed, macro is executed but I have no evidence which of the two icons I have used ...
|
| VBA code to put standard string into body of exisiting task | 18 Jan 2008 19:07 GMT | 3 |
I want to make a script that puts standard textstring into the body of an open task. I have found a lot on the internet about the subject, but they all create a new task. I only want to automate a standard string (like date and name) into
|
| How to refer to a given Outlook Message from another Microsoft Application | 18 Jan 2008 06:41 GMT | 1 |
I have a database in MS Access (2003) in which I plan to allow the user to generate an Outlook email from within Access based on the active record. I would like to store in the database a reference to the email. I
|
| ItemSend Event | 17 Jan 2008 19:17 GMT | 4 |
Dear Friends, I have the following question: I use OL2003 and have 3 email accounts. What I need to do is to move the sent email to a subfolde based on the account I am using. Is this possible
|
| How to send calendar appointment or meeting request using .Net cla | 17 Jan 2008 14:41 GMT | 1 |
How to send outlook calendar appointment or meeting request using .Net classes or assemblies?
|
| Create task automatically from email | 16 Jan 2008 16:48 GMT | 7 |
I am trying to create a process that will automatically create a task from an incoming email message. My current approach uses a rule to identify an email I have sent to myself, then runs a VBA Script. Problem is I can't get the script to work, and am not skilled enough
|
| Sending a Meeting Invitation Update | 16 Jan 2008 15:28 GMT | 10 |
I have developed an MS Access application for tracking reservations in training classes. I am now adding the Outlook objects to trigger the system to send an meeting invitation any time someone is registered in a class. However, I'm running into a problem with sending the
|