| Thread | Last Post | Replies |
|
| Send mail using MAPI and not get a prompt | 08 Nov 2006 14:46 GMT | 1 |
I am writting an application in VC++ 6, How do I send mail using MAPI and not have the user get a prompt. I'm trying to do some automation, and I want my program to notify the user through email (MAPI) when the program is done.
|
| Duplicate and edit a mailitem in OL2002 withouth lost html body and "glitters" | 08 Nov 2006 14:41 GMT | 7 |
In OL2000 I duplicate in VBA a mailitem as follow (both Win 98,ME,XP all SP, office all SP): Dim olApplication As Outlook.Application Dim olNameSpace As Outlook.NameSpace
|
| Outlook 2k3: Missing item when task to exporting to excel | 08 Nov 2006 14:38 GMT | 3 |
I've created a personnal task form with customed datas. When I export my task folder to excel all the fileds I added are missing , how can I get them back in the export ?? very important Pb I use the mileage value to put Customed task ID when I export to excel
|
| Set a Non-Standard Form as the Default Form in a Folder with VBA | 08 Nov 2006 08:21 GMT | 4 |
Hi. We have to handle a huge amount of public contactfolders. Now we created a new contactform and want to change the existing contactitems to this form. So I wrote a VBA-Script, which changes the messageclass of all items in a folder and all subfolders. This works fine, but with ...
|
| standard signature | 07 Nov 2006 21:36 GMT | 4 |
Our company wants all of our emailing employees to have the same colours in their signature. Is there a way to create a form in which the users would simply fill in their name and other info so that a simple click on the OK button would create their signature, with all the right ...
|
| outlook 2k3 Script: how to Save Mail body to txt file | 07 Nov 2006 14:23 GMT | 5 |
I Want to save the body of my RTF mail to a txt File I tryed Item.body save as "c:\target.txt" but it does'nt success
|
| Calendar/Mail | 07 Nov 2006 13:30 GMT | 2 |
I'm not sure how to do when I have an appointment and Reminder window appears to send automatically e-mail to specific person. I don't know where to start. Thanks in advance.
|
| Where are the office icons? | 07 Nov 2006 11:09 GMT | 2 |
I`m searching for the icons you can use by the FaceId-Property in office applications. I want to use one of them not only in a menubar but also as icon for some userforms. I maked a hardcopy of the created menubar with the icon, pixeld the background with a non used color and
|
| Outlook 2k3 Script: Pb extracting list of items | 07 Nov 2006 07:42 GMT | 4 |
I want to exctract from a specific folder items that math my request but my outlook hang if companies = "my wated companies" than put the object in body mail myfolder contain over 9000 task
|
| Outlook 2003 Script: How to get the Index or number of items in a Folder | 06 Nov 2006 22:11 GMT | 5 |
How can'I get the last Index or the number of Items in a public folder Tks
|
| using an Access database as a Contacts source | 06 Nov 2006 20:58 GMT | 2 |
I work in an office that wants to share a Contacts list and have that list in Access. We do not have Exchange Server. Is there a way to implement that? Thanks
|
| Macro code for "F11" key | 06 Nov 2006 20:16 GMT | 1 |
What would the macro code be to simulate pressing the "F11" key. I'm planning on assiging the macro a tool bar button so I can click the button instead of pressing the "F11" key. Any help would be appreciated - thanks.
|
| The day before a given date | 06 Nov 2006 19:43 GMT | 1 |
I need to read the date of the day before every given date in European form (dd.mm.yyyy) from the calendar into a string variable. For instance I have a variable day1 = "01.11.2006" and need this one minus one day (day0 = "31.10.2006"). I don't even know where to start doing this ...
|
| Problems emailing a mdb file | 06 Nov 2006 16:39 GMT | 1 |
I have a simple macro that attaches a mdb file to an MS Outlook email message and sends it off. The problem is that MS Outlook (v2003) does not like mdb files as attachments and I always get a MS Outlook message saying that the attachment is potentially unsafe and do I want to ...
|
| trying to copy an email | 05 Nov 2006 22:21 GMT | 2 |
I am trying to select an email and then copy it. Then I want the Inbox folder window to appear. I will select a folder and the copy of the email will be put there. I can't get by the line "Set oFolderSelected = oIns.Selection". Any ideas
|