| Thread | Last Post | Replies |
|
| error message | 04 Jun 2004 15:05 GMT | 2 |
I am getting the following error message when I set a string to the value of a custom field on a custom form. the message is this: The Item has been moved or deleted, and then the line number Can anyone enlighten me on this error.
|
| Distribution Lists and Contacts | 04 Jun 2004 14:29 GMT | 1 |
Is there any way of retrieving the actual Contact for a member of a Distribution List? I see from Sue's book that we can use GetMember to return a recipeint object.
|
| Address lists | 04 Jun 2004 14:06 GMT | 1 |
I'm using Outlook Redemption to bypass the security warning message when I access the names in the address list for all users. Heres my code set AddressList = CreateObjec("Redemption.AddressLists")
|
| Use GetSharedDefaultFolder using Redemption | 04 Jun 2004 14:01 GMT | 1 |
Is there anyway to then achieve this without any security warnings popping up using Redemption? Dim myNameSpace, myRecipient, CalendarFolder As object myNamespace = Application.GetNamespace("MAPI")
|
| Problem with transport??? Received date not registered on saved message. | 04 Jun 2004 00:22 GMT | 11 |
I'm having a heckofa time with the code below. After executing this code in Outlook XP, I expect the copied item (itmNew) to have a received time/date stamp because the Save method was executed. When I debug the code I see that the "Saved" flag returns true, but the "ReceivedTime" ...
|
| Help creating a macro to run all rules | 03 Jun 2004 23:02 GMT | 1 |
I would like to create a macro that will select all rules and then runthem against whatever folder I am in. Any ideas how to do this? Any code reference and or code samples/snippetts for how to work with rules? Thanks
|
| detect voice mail | 03 Jun 2004 20:02 GMT | 1 |
We have our email and voicemail configured to go to the users inbox on the exchange server. Is there a way that I can detect the type of incoming mail in the ItemAdd event on the client side? I am using Outlook 2000.
|
| Outlook/Exchange and MAPI | 03 Jun 2004 02:30 GMT | 1 |
Does anyone know why MAPI is no longer supported. I've created a VB.Net exe that traverses a users mailbox into File/Folder format (HTML). I have one version that uses CDO and MAPI and another that uses Outlook 11 objects. I've read taht MAPI is not supported in .Net and I'm just ...
|
| VB code not executed | 03 Jun 2004 02:28 GMT | 1 |
Outlook 2000 client of Exchange 2000 server SP4. I have published a form IPM.Contact.myform containing a command button; when the user tries to clik it the expected VB code associated to the click event is not executed. The same form is well done in other clients. Opening the form ...
|
| Outlook 2003 Change | 03 Jun 2004 01:56 GMT | 3 |
I have a custom app written in VFP that I use to send e- mails. It worked well using Outlook 2000 and 2002. I use the MAPI namespace. In Outlook 2003 it fails on the send with the message
|
| Redemption not working with Outlook 2002 XP SP3 | 03 Jun 2004 01:54 GMT | 1 |
Hi, I can't get rid of the security prompt "A program is trying to access addresses stored in Outlook...." Here is my code Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean Dim SafeItem As Redemption.SafeMailIte
|
| Sharing Contacts | 02 Jun 2004 23:01 GMT | 1 |
What is the best method of sharing contacts between employees on a network without Microsoft Exchange. Utilizing Outlook 2003. Thanks,
|
| VBA - Excel 2000 | 02 Jun 2004 17:16 GMT | 1 |
Can anyone tell me what code to use to create "colored" tabs in Excel 2000? I know Excel 2002 has this built-in feature already. Unfortunately, we're not upgrading to 2002 any time soon.
|
| VBA - Switch Default Email Account | 02 Jun 2004 14:36 GMT | 4 |
Using VBA, is it possible to reset the default email account (Internet Only mode) to another already existing email account?? also, is it possible using VBA to import accounts that have been saved using the 'Export Account' feature?
|
| Highlight Task | 02 Jun 2004 14:27 GMT | 2 |
Hi. Does anyone know if it's possible to use some vb programming to highlight the background of a task list yellow if it meets certain criteria?
|