| Thread | Last Post | Replies |
|
| Forward selected mail as attatchment | 10 Oct 2007 06:02 GMT | 1 |
Hello together, I want to write a macro that forwards an selected mail in the Inbox as an attachment to a newly generated mail without subject or body. This newly generated mail should be sent to an specific recipient.
|
| Retrieving sent items | 09 Oct 2007 20:19 GMT | 5 |
specs: Outlook2003 WinXP In my database I want to store the data I sent via Outlook. My plan is to be able to retract certain appointments if necassary. I thought I use the EntryID for this and add this to my database. The EntryID however is only
|
| Publish to GAL - Can it be done automagically? | 09 Oct 2007 18:27 GMT | 2 |
DoD customer wants to automate "Publish to GAL..." via logon script. Looking at kicking off Outlook with macro switch but DSW in CLT says "no can do" because function not exposed in object model. Can this action be accomplished by "clicking" on menu items for the user ...
|
| using letter template | 09 Oct 2007 12:27 GMT | 2 |
I use following code to create a mail using Outlook from within Excel. I created a template file (BeLUG vzw.htm) that resides in : C:\Program Files\Common Files\Microsoft Shared\Letter Now, i need to use this specific letter template.
|
| Use VBA to insert hyperlink in Task Body | 08 Oct 2007 19:21 GMT | 25 |
In Outlook I can drag an Outlook folder to a task, which results in a hyperlink to the folder being inserted in the body of the task. How can I do this programmatically in VBA (create the hyperlink to an Outlook folder)? I have found articles about how to do this in an e-mail ...
|
| how to select a different users calendar when using VB script to create calendar dumping tool ? | 08 Oct 2007 18:13 GMT | 1 |
I am creating a tool to dump user calendars to csv files, i have it working for my calendar. How do i get the mapi setup using GetNameSpace to change from my folder to another users folder(it is shared and accesable from outlook)
|
| Sent Appointment - not visible | 08 Oct 2007 16:53 GMT | 2 |
specs: Outlook 2003 - winXP I'm developing an Acces database with some automation to Outlook. In Access I create an appointment which I want to automate and sent via Outlook. This is what I have so far:
|
| How to find out a relation between the embedded images and the attachment collection of an email | 08 Oct 2007 15:56 GMT | 3 |
When an email is created from MS Outlook with an embedded image(Inserted a picture from a file/clipart) the image tag is as, eg. <img width=836 height=395 id="_x0000_i1025"
|
| Procedure dosen't fire up in Application_Startup() | 08 Oct 2007 07:43 GMT | 2 |
Using Outlook 2003 and Windows XP Profesjonal I have tried to have Outlook fire up a procedure when I open Outlook. I have used the same code for several other persons and it works fine. I have changed security settings to Medium as usually. The code in
|
| Error 91 | 07 Oct 2007 19:59 GMT | 2 |
The following code is giving me the error: Runtime error 91: 'Object variable of With Block variable not set' ... If Iexplr Is Nothing Then Set Iexplr =
|
| Code to open another user's inbox when I'm in cached exchange mode | 07 Oct 2007 13:14 GMT | 5 |
I am trying to execute the following code in cached exchange mode in a workstation installation of Outlook 2003: Public oMapi As NameSpace Public ofFolder As MAPIFolder
|
| Mapi-Restriction does not work on Exchange | 07 Oct 2007 10:15 GMT | 18 |
there is a problem with a restriction on a MapiTable object only with Exchange. The following restriction works without problems for pst files: ' This restricton search for all appointments which
|
| POP3 or IMAP | 06 Oct 2007 21:56 GMT | 3 |
Is there any way of finding out whether an account in a profile is configured using IMAP or POP3. Regards, Shaunak
|
| move emails to another pc | 06 Oct 2007 15:39 GMT | 2 |
I'm looking for a code to save emails and move them to another pc. I need to save the complete emails as msg or in a pst file and bring them via usb stick to another pc and import them again in outlook.
|
| Macro to open stationery | 05 Oct 2007 19:29 GMT | 7 |
Using Outlook 2003 Is it possible to create a macro that will open a different stationery than the default?
|