| Thread | Last Post | Replies |
|
| Autosend option 2000 | 11 Jun 2004 17:41 GMT | 4 |
My VB program using Outlook 2000 object and send email messages to the draft folder. I want emails exists in the draft will automatically delivered. I didn't not found any option in Outlook 2000. Please give me a solution to send emails automatically from draft folder.
|
| Type Mismatch error in a collection of items | 11 Jun 2004 17:29 GMT | 5 |
This code is throwing a Type Mismatch error on the line "Set mmsg=fldInItems(icnt)" but only if the previous message is moved. If none of the messages are moved the code loops thru the entire collection without issue.
|
| Outlook Express Toolbar | 11 Jun 2004 17:20 GMT | 1 |
Hai to all, I need to add a "toolbar" inside "Outlook express" and "Outlook". This may be somethin like an ADD-IN. I developed a toolbar ADD-in with "Microsoft Outlook 10.0 Object Library" using VB 6, but it works only with Outlook...not with Outlook Express. Why??
|
| searching and iterating through results | 11 Jun 2004 17:16 GMT | 3 |
I want to have a program which performs a search for emails and then iterates through the resulting emails printing each email with its attachments. Before printing each email it would issue the the batch command:
|
| Can I get the folder path with Addresslist.ID property? | 11 Jun 2004 16:57 GMT | 1 |
Can I get the folder path with Addresslist.ID property? I was wondering what can I do with the ID property of the Addresslist object. collAddressLists = oNS.AddressLists
|
| DeleteAfterSubmit on mail with Attachment | 11 Jun 2004 04:10 GMT | 6 |
I have the following VBA code in the ThisOutlookSession module (VbaProject.OTM) in Outlook 2003 (Corporate): Private Sub Application_ItemSend(ByVal item As Object, Cancel As Boolean) With item
|
| Update Outlook Contact Item using VBA | 10 Jun 2004 22:37 GMT | 6 |
I use the following code to create an outlook contact item: Dim olApp As Outlook.Application Dim olNewContact As Outlook.ContactItem Set olApp = CreateObject("Outlook.Application")
|
| Copy user fields to clipboard | 10 Jun 2004 21:25 GMT | 1 |
I have designed a user mail form with 3 custom fields. I want the Recipient to be able to copy the content of this fields to the clipboard so that it can be used as text in Word. I have made a command button but I don't know te code to activate the
|
| Can't Run Macros | 10 Jun 2004 21:11 GMT | 1 |
Yesterday I created and ran several macros in outlook. Today when I try to run them, I get the following message: "The macros in this project are disabled. Please refer to the online help or documentation of the host application
|
| Redemption - Can you access Task Body in Outlook 2003 w/o Security Prompt | 10 Jun 2004 20:46 GMT | 2 |
It has been explained to me that in 2003 that reading the body of a task (and perhaps other items) will generate the outlook security prompt. Does redemption have the ability to bypass this? Perhaps using the SafeTaskItem? If someone can help me out I would greatly
|
| body text!!! | 10 Jun 2004 18:30 GMT | 2 |
Im using MAPI in VB 6.0 and Outlook to send some messages. Can you please tell me how can I put more than one line of text in body of mail. msmMessage.MsgNoteText="Here i wont large text,not just one line" Thx.........
|
| Auto-Create new PST with old folder structure, but no items? | 10 Jun 2004 17:07 GMT | 2 |
We have users that fill up PSTs like crazy. Then, of course, they need to create new ones when they reach the upper size limits of the PST (yes, we're still on O2K, and no plans to change very soon). SOMEone must've come up with a util to simply copy a PSTs folder name
|
| Duplicating the body of mail item | 10 Jun 2004 16:52 GMT | 5 |
I have written an application that opens a new mail item for the user and when the user selects the required contacts to send them this email and presses the send button, my app generates a new mail item per each recipient that user has selected.
|
| Text Formatting Codes | 10 Jun 2004 14:51 GMT | 1 |
I see many code examples with carriage returns (&VbCrLf) in messages, but I have not seen any other formatting codes. I would like to bold (bolden? embolden? boldify?) some words and italicize others. Are there similar &Vb or
|
| Set Delivery Options | 10 Jun 2004 14:43 GMT | 1 |
Oh, Masters of Outlook, though I have meditated much and travelled far, I still climb the mountain toward true enlightenment. I bask in your wisdom and beg for a small sign:
|