| Thread | Last Post | Replies |
|
| Public Folder and userProperty change | 11 Nov 2003 16:22 GMT | 3 |
I have been trying to write in VBA that when a userProperty is changed in a public folder that a subroutine is run. One of my views in Outlook has a user defined field (a checkbox) that I want to monitor for a change in value (checked or unchecked)
|
| newMail procedure and a public folder? | 11 Nov 2003 16:17 GMT | 3 |
The newMail Procedure that runs on the Application Object - I can get it to run on my inbox but want to know if this can be modified to be any folder, especially a public folder and if so how to code it. Thanks
|
| Setting contact field value | 11 Nov 2003 15:53 GMT | 4 |
I'm using the following code to try to set contact field values: Set myItem = myFolder.Items.Add For j = 1 To UBound(myArray, 1) myItem.myArray(j, 2) = "Mr."
|
| outlook api's | 11 Nov 2003 12:42 GMT | 1 |
i'm a vb programmer but no experience yet with programming interfaces to outlook what i would like to do is write a program that would move unopened email in the deleted folder
|
| Security warning... | 11 Nov 2003 12:41 GMT | 1 |
I've written an application in VB that sends mails to a group of users.But, for each message I have to forward Outlook pops up a window that warns me for possible threat of virus.
|
| Redemption Question | 10 Nov 2003 21:53 GMT | 3 |
I am using outlook redemption and I have a problem in using HrGetOneProp and HrSetOneProp. I'm trying to read a extended values from one Outlook Item and set it to other outlook Item. I am having no difficulities if the type is string (PT_STRING8) since I can just pass
|
| View Email Source Code | 10 Nov 2003 21:41 GMT | 2 |
I was wondering if anyone had an example of VBA code that would look at the Outlook Inbox and set a Rule, i.e. send to Delete folder, based on the emails source code. Any help would be greatly appreciated.
|
| MS Outlook plug-in - help! | 10 Nov 2003 21:06 GMT | 1 |
Hello all, my company has almost completed development of a plug-in to MS Outlook that enables the sending and receiving of SMS text messages, the product is feature rich and equal to anything else on the market. Mediaburst
|
| Design ideas and suggestions | 10 Nov 2003 19:26 GMT | 4 |
Hi, I have been asked to develop a contact system using Outlook 2002. It is being considered as Outlook is already installed on every staff member's pc. One of our staff wants to send out a survey (that includes
|
| Trying to figure where the output will appear. | 10 Nov 2003 19:23 GMT | 1 |
Teaching myself VB and trying the first test program, and can't find the results. Private Sub UserForm_Click() Form1.Show
|
| Asp.net userdefined fields | 10 Nov 2003 17:56 GMT | 2 |
Could someone point me in the right direction. I have a public folder with custom forms and userdefined fields. I currently, use a table view with the udf's I am interested in, Select all, copy to excel, from excel, I create reports based on this data.
|
| can not send mail from Access macro | 10 Nov 2003 17:13 GMT | 11 |
After doing some upgrade my Access macro won't send reports via email automatically...a message comes up asking for permission to send the email...which defeats the purpose of the Access macro.
|
| Use of VbaProject.OTM file with Outlook 2003 | 10 Nov 2003 16:41 GMT | 1 |
Can't access/use the VbaProject.OTM file I created with Office 2000 now that I've upgraded to Office 2003. Modules were created for use with Outlook. Any suggestions.
|
| Macros in Outlook 2000 | 10 Nov 2003 16:41 GMT | 1 |
I run Macros under Macro editor at work, but at home, I can't get editor to even come up.. How can I make it work at home as it does at work. KEEP in mind, I have multiple email at home, only 1 at work, so works is Corporate/Workgroup mode and this is single mode at home..
|
| How to get all email-addresses of senders in e.g. the junk-folder? | 10 Nov 2003 09:51 GMT | 2 |
I would like to get all sender e-mail addresses of the mails in the junk-folder. Is it possible to read them out by a VB makro or code an write them out an ASCII-textfile?
|