| Thread | Last Post | Replies |
|
| Retrieve all Outlook calendar appoinments for a day | 12 Jun 2006 13:53 GMT | 1 |
I got this code from www.dicks-clicks.com web page and it works great but it does not pick up meetings that were setup as reoccuring. For some reason it skips them. How can I return all apointments on a specific day no matter what type the are?
|
| outlook 2003 equivalent of CDO 1.21 Library ? | 12 Jun 2006 13:53 GMT | 1 |
I need to reference "Microsoft CDO 1.21 Library" in Outlook 2003, but don't see it in the list (only "Microsoft CDO for Exchange 2000 Library"). Where can I get this, or what is the equivalent for 2003? Dim oSession As MAPI.Session
|
| capture Outlook text and export to Excel | 10 Jun 2006 18:37 GMT | 4 |
Want to capture text line in hundreds of Outlook email messages and export to Excel. Same text group in each email. Any suggestions? I do not speak VB. Thanks for tips.
|
| OL2k7: Macro to flag & categorize message from reading pane | 10 Jun 2006 18:24 GMT | 2 |
I'm running OL12B2. Under OL11, when reading messages, I would flag messages for followup, using different colored flags to categorize the messages, and customizing my toolbars to get me one-click access to those different flags.
|
| Help wanted Using redemption to see emails in CC,BCC and TO fields | 09 Jun 2006 22:11 GMT | 1 |
Using Redemption, Access 2000, Outlook 2000 On an Incoming email I am trying to view the REAL email addresses in the TO field
|
| ThisOutlookSession not starting | 09 Jun 2006 19:48 GMT | 2 |
We are using Outlook 2003 on a Windows 2000 network. When we were using Outlook 2000 we went to TOOLS, MACRO, VB EDITOR and on "ThisOutlookSession" for Application, ItemSend we created this code: **********
|
| Create a macro to send e-mails to microsoft image writer | 09 Jun 2006 18:37 GMT | 1 |
We maintain a scanning system for all documents. I would like to create a macro that will send e-mails directly to a "Correspondence" file for attachment into our document imaging system. I can create the macro in Excel, but find the VBA commands don't seem to
|
| move phone numbers from company field to business field | 09 Jun 2006 17:38 GMT | 3 |
I need to move the phone numbers from the 'company' field to the 'business' field for approximately 800 contacts. not all contacts have a number in the 'company' field. the company field should be blank after the move.
|
| Spellchecker language easy change | 09 Jun 2006 16:09 GMT | 3 |
I've been searching with no success a working example ... Does anybody has a sub or an example to change the spell check by code? I should switch from 1033 and 1040 SpellLang. I just want to add a button on Outlook toolbar that run a sub like this
|
| Copy single message to public folder | 09 Jun 2006 08:09 GMT | 3 |
I'm a newbie in VBA-programming. I would like to create a macro button to copy selected e-mail messages in my inbox or sent messages folder to a specific public folder. Which code should I use to achieve this?
|
| Creating appointment from a word document | 09 Jun 2006 05:56 GMT | 3 |
I've developed the following macro in order to create a Outlook appointment from Word: Sub CreateMeetingRequest() Dim oApp As Outlook.Application
|
| Passing variable to the To field | 09 Jun 2006 05:38 GMT | 1 |
I use Lyris ListManager to sendout newsletters. I want a member to be able to click a link that has a variable I sent along with the newsletter that will populate the to field with that variable. I get it to work in the subject and body but not the to field. %%boardemail_%% is ...
|
| >> Early binding and late binding with attachment | 09 Jun 2006 02:24 GMT | 2 |
Hi, in MS Access I have the following procedure... Set objMail = objOutlook.CreateItem(olMailItem) With objMail .To = BAE![aEmail]
|
| How do I get File Save As Dialog Box for Attachments? | 08 Jun 2006 23:36 GMT | 3 |
Can someone give me a code snippet that will pop up the MS-Outlook File Save As dialog box for an attachment to a MailItem from within a VBA macro? Thanks. Mike M 91107
|
| Folder Types | 08 Jun 2006 22:12 GMT | 1 |
Is there a way to get the folder type from a MAPIFolder object? I'm trying to write code to archive messages based on the received date but I can't create the new folders in the target store because I can't get the source folder type. I figure there must be a way to do this ...
|