| Thread | Last Post | Replies |
|
| add attchment to the top | 16 Nov 2006 15:35 GMT | 1 |
I use the code to add attachments to a contact: objContact.Attachments.Add FileName, olEmbeddeditem, , strCaption objContact.Save An attachment always is appended to the attachment list.
|
| sync library | 16 Nov 2006 15:28 GMT | 1 |
does anybody know a DLL or similar that can be used in a .NET program to integrate Outlook? The functionality provided by the DLL should be something like getFolder, syncFolder, createContact, ... I searched through Internet and groups, but only found "standalone"
|
| Reminder for message that was sent | 16 Nov 2006 06:00 GMT | 1 |
I have a user that needs to come up w/a way to send a reminder to himself for a message that he sent to a recipient on a certain day. Using OL2003.
|
| VSTO 2005 SE is final, free (w/VS Pro 2005) and supports OL2003 *s | 15 Nov 2006 18:54 GMT | 5 |
see http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=896054&SiteID=1 This seems like a really good thing if, like me, you are targeting OL2003+ because : a) You don't have to pay for VSTO 2005 (US$550 upgr) and
|
| Automatic creation of Outlook/Exchange mail (MAPI) profiles script | 15 Nov 2006 15:47 GMT | 1 |
I need a script that automatic creation of outlook mail mapi profile but I would not know like making. You can help me please beacuse i'm dummies ? thank's in advance Kelly
|
| Outlk 2k3 Script: Pb Using Find function Help plz!!! | 15 Nov 2006 15:40 GMT | 1 |
I'm using the "Find" & "FindNext" function in a task folder, if I base the search on the [ Owner ] it is ok, but when I make the search on the company Name [companies] I've an error "the property isn't available" ?? Set mypublicfolder = Application.GetNamespace("MAPI") ...
|
| Getting Excel file properties Using Outlook | 15 Nov 2006 06:07 GMT | 3 |
I'm trying to retrieve the Subject property of an Excel file using an Outlook Macro. This will then be used to determine where a file should be saved as I have problems with users changing file names when they shouldn't. Does anyone know how to do this without opening the excel ...
|
| How to write a program/macro to send a mail to a groups of e-mail | 15 Nov 2006 05:51 GMT | 4 |
I am a novice at VBA programming but realised it is very powerful and useful. I have a need to send e-mails to 10 different id's. Given a (a)from address (b)To address(b)Subject(d)BCC(e)CC(f)Document to send as attatchment(g)e-mail body, how to write a program that can send
|
| Search Folders and VBA | 14 Nov 2006 22:44 GMT | 2 |
My issue is that I am planning on rolling out an archive solution and would like to use the search folders to identify all messages that are about to be deleted by the retention plan to give the users an opportunity to move them to the archive. For Example "Before 2000"
|
| Outlook 2k3 Script: Pb While exporting to Excel | 14 Nov 2006 17:24 GMT | 1 |
From an outlook personal Form I export data to Excel, 1 ) I export Item.CreationTime but just want to have the date in this format dd/mm/yyyy so I put MyDate in a Cell MyDate =
|
| Outlook 2k3 Script: Creating Borders in Excel | 14 Nov 2006 17:19 GMT | 1 |
I use outlook task form to create an Excel Sheet I fill cells with data from contact I found the why to make text bold colored how to autofit colums to add filter 1) but I don't find the way to Add Borders....
|
| Remove Alert Outlook | 14 Nov 2006 08:47 GMT | 1 |
Is it possible to remove alert which remember me automatic access to address book and automatic forward? If i wrote code for do this, i would like do it....... Thanks for help
|
| Insert File Button on a VBA for in Outlook | 14 Nov 2006 06:09 GMT | 1 |
I have Outlook 2003 and I've created a VBA form which I put on a button on my toolbar. The form is a memo form and it has drop down boxes, etc. The user can complete the form, click on the "Send" button and the form is emailed to
|
| Creating a link to an e-mail in a task | 14 Nov 2006 06:03 GMT | 1 |
I want to create a task from an incoming e-mail such that the task contains a link to the e-mail. Right now I have this: Sub creTask_as_WaitingFor()
|
| Read subject when New Mail arrives-Sub Folder | 14 Nov 2006 01:58 GMT | 3 |
Hi All ,Good Morning,When i use the below code to read "subject" from my INBOX.Its working good. If i want to read the subject in the Sub folders means,i get the bellow error: "Run -time error'2147221233(8004010f)';
|