| Thread | Last Post | Replies |
|
| Access to Outlook | 21 Jul 2003 03:49 GMT | 1 |
This is what I have now but it will not find an entry in outlook. If I delete the item and then hit the btnOutlook it will add the Entry. If the Entry is there it doesn't do anything. How do I tell where it is messing up at? I don't understand how to walk through the steps. I ...
|
| Cheryl Fischer - Express YesClick | 19 Jul 2003 13:34 GMT | 1 |
Hi Cheryl - Please reply There must be a bit missing in the routine that you posted a few days ago because it fails at the line "Res = SendMessage(wnd, uClickYes, 1, 0)
|
| Outlook 2002 Security Model Workaround? | 18 Jul 2003 21:02 GMT | 1 |
Is there some way I can retrieve in VBA the value that you see if you do this in Outlook 2002: Go to Personal Folders assuming you only have one in the folder tree. Right-click on it and choose Properties for Outlook Today. Then choose Advanced... on the General tab. Where it ...
|
| Outlook ItemRemove event not firing at all ?? | 18 Jul 2003 17:56 GMT | 1 |
I found that ItemRemove event in Outlook Object Model of Outlook 2003 Beta 2 (with Technical Refresh) does not fire at all under Visual Studio .NET 2003 C#? Has anybody encountered the same problem as me? Regards,
|
| Open Recurring appointment series | 18 Jul 2003 14:57 GMT | 3 |
By using Restrict and Find I get a Collection of all appointsments of a day. If I use item.Display, Outlook opens only the appointment of that day, but I want to open the series. How can I do this? Please, can someone help me?
|
| Error 91 | 18 Jul 2003 12:29 GMT | 2 |
I keep on getting an error that says: Object variable or With block variable not set (Error 91) I looked it up and can't seem to fix the problem. Do you know of anything? The code is below that I am useing. Go easy on me I am new to the outlook side of things.
|
| Send email via VBA code | 17 Jul 2003 22:35 GMT | 2 |
I have an Access VBA application, at the end of which will send emails to our customers. The annoying part is that each time a message box will pop up, saying that "A program is trying to send email on your behalf. Do you
|
| Customize Outlook Today Task List | 17 Jul 2003 22:34 GMT | 1 |
Is it possible to modify a registry key or edit some code to get Outlook 2002 to display my current tasks plus tasks due in the next (7) days. The only options listed under customize are "All", "Today" or "Today + No Due Date".
|
| Automate rule creation in outlook | 17 Jul 2003 21:41 GMT | 1 |
Anybody knows how to automate the rule creation process in outlook using VBA instead of using the Rules wizard. Thanks! Kumar
|
| Rules problems w/Outlook 2003 (beta) | 17 Jul 2003 18:33 GMT | 2 |
Cannot delete rules that are identical except one is on server and one on client. have tried deleting all and updating, but seems to have no impact on server side. Suggestions?
|
| Finding mail items through contacts | 17 Jul 2003 17:38 GMT | 1 |
I have this question where i am writing a small program which tries to identify the mails which is related to a contact item. eg: Let say Mail A has Contact A as the recipient.
|
| How can I spell check when I use oMail.Send? | 17 Jul 2003 14:36 GMT | 1 |
In Outlook 2000 VBA I am using oMail.Send to send an e-mail. However this seems to ignore the fact that I want e-mails spell checked before they are sent out even though this is set on the Options dialog. Is there anyway to force the spell check to take place.
|
| Importing Outlook rules through VBA code | 17 Jul 2003 14:17 GMT | 1 |
I'm not sure this is even possible, but is there any way to open/import an Outlook rule (*.rwz) using VB 6 or VBA code?
|
| Update question | 16 Jul 2003 22:36 GMT | 4 |
I have this in ThisOutlookSession Private WithEvents olInboxItems As Items Private Sub olInboxItems_ItemAdd(ByVal Item As Object) End Sub
|
| ModifiedFormPages.Add causes internal error | 16 Jul 2003 21:46 GMT | 1 |
I have a problem with adding a new page to an already existing appointment item The lines of code below do work, if I open a new appointment-item The lines of code below do NOT work, if I open an already existing
|