| Thread | Last Post | Replies |
|
| Text box to show the results of a combo box | 16 Jan 2005 19:26 GMT | 1 |
I have made a user defined vba form in word to add the non-mailing addresses from Outlook (if needed to the document) (since the address book dialog will only let me paste in the mailing address in Word 2003). I am able to load the data into an array, which displays properly in the
|
| how can i disbled prompt:A program is trying to access e-mail addresses you have stored in outlook | 16 Jan 2005 16:19 GMT | 1 |
i got Outlook.MailItem in my program .i have outlook xp.i want to access to sendername or to or cc of it . but when i want to read them i got this prompt:A program is trying to access e-mail addresses you have stored in outlook.
|
| how to make visible that I archived an Outlook email mesage? | 15 Jan 2005 19:22 GMT | 1 |
So far I managed to make a macro that puts the "fields" of an email message into a Visual Foxpro database and places the attachments in a separate folder in a kind of digital archive. This works great. I would like to display in Outlook that I archived a message. For example by ...
|
| Task and Calendar consolidated view | 15 Jan 2005 18:30 GMT | 3 |
Before I study the Outlook object model to write a macro, I'd like to be sure what I want to do is even possible: Is it possible, with a VBA application, to create a *view* bringing together the content of both the task folder and the calendar folder,
|
| Setting Mailing Address Checkbox for all contacts in folder | 14 Jan 2005 20:15 GMT | 7 |
I'm working with Outlook 2002 I have been working on a project to consolidate a number of categories in a public folder. The easiest way I found was to export the 14,000+ contacts to an excel spreadsheet and do a find/replace. That part worked just fine.
|
| How can I accomplish this? | 14 Jan 2005 20:04 GMT | 1 |
I am new to outlook programming and I quickly need to how figure out this: Can anybody post an example to send an email with an attachment to the contacts in address book? Thanks in advance
|
| add categories | 14 Jan 2005 19:32 GMT | 4 |
With VBA, how can i add a category ? Thank's
 Signature Magohamoth
|
| email merging | 14 Jan 2005 18:34 GMT | 1 |
Outlook 2002 and Word 2002 offer email merging. However, the email merge wizard lets you insert "Title" into your merged emails, while Outlook's standard contact form uses "Job Title". "Title" is a field in Outlook but doesn't seem to be used in the standard contact form. ...
|
| OLK2K3: Programmatically sending message(s) to recipient. | 14 Jan 2005 18:11 GMT | 5 |
I have some code that programmatically sends a message to a specified recipient, after a cmdClick() event. I used a "call" statement to execute the "message sending" sub-routine. Question: When this code runs, it makes me re-evaluate the variables and
|
| How do I disable security boxes in Outlook so I can send a file w. | 14 Jan 2005 16:55 GMT | 1 |
How do I disable security boxes that pop up in Outlook so I can send a file with a macro? The macro has been assigned Dig Cert and Outlook security setting lowered. Norton Int. Sec. is installed. Thanks, Tom
|
| check if mail was sent - still not working... | 14 Jan 2005 16:17 GMT | 6 |
I just can't understand why this code is not working... I display a message with infos collected from a form and have the option for the user to send or close the mail... I want to check if the mail was sent and then set things in the db...
|
| How do I modify a Standard Form? | 14 Jan 2005 14:19 GMT | 1 |
Can I modify the standard mail form (ipm.note) so that new and existing items with the ipm.note message class use it? Also it would be accessable by the 'new mail message' button. I've looked at custom forms but so much of the
|
| Changing the active printer via VBA macro | 14 Jan 2005 14:09 GMT | 7 |
Hello NG, sorry for my recent posting in german :-) By using VBA I would like to print mails onto a specific printer device, eg. PDF Writer, which is not the system default.
|
| How to insert text at cursor position in mailitems body | 14 Jan 2005 13:17 GMT | 2 |
Via the body property of the Mailitem object you can manipulate the text of the mailbody. I am wondering, however, if it is possible to insert text at the current position of the cursur in the mail body. This is relevant when your application first create the mail and opens the
|
| how to display a message vor 1 second | 14 Jan 2005 13:06 GMT | 1 |
I want to display a message ("ready!") for 1 second. No title. No button(s). How should I do this? Regards, Gerit
|