| Thread | Last Post | Replies |
|
| Personal forms in custom menu | 04 Feb 2004 21:31 GMT | 1 |
i have a custom menu that i created by right clicking the tool bar and under "customize" i added a new menu. i have several forms which i created that sit in my "Personal Forms Library" is it possible to get each
|
| Invite Attendee - TO field | 04 Feb 2004 21:16 GMT | 5 |
We can call up an appointment with code, but how do we invoke the "invite attendees" function so we can add in an address? Here is the code we were working with. We receive no errors, but it does not invoke the TO field.
|
| Newbie questions: printing email messages | 04 Feb 2004 18:29 GMT | 2 |
Couple of questions. Can multiple email messages be printed at one time via VBA? Can an Outlook VBA routine be automated so that it occurs at a specific time each night?
|
| Execute a VBScript embedded in Outlook HTML | 04 Feb 2004 18:12 GMT | 3 |
WI need to determine a way to get Outlook to execute VB Script embedded inside of an html based email. We have VB Script that uses the OWC( excel component to generate a spreadsheet and a chart). To get the spreadsheet and chart to appear in the email, we need outlook
|
| How to handle sent message | 04 Feb 2004 17:31 GMT | 2 |
I would like to know how can I handle if a user have sent the email when using the Display (vbModal) option. I am using the modal option because I need to have the code to stop and when the event is trigger I am returning a true or false value.
|
| Insert Hyperlink | 04 Feb 2004 16:40 GMT | 1 |
How does one insert a hyperlink into the body of an email programmatically. Especially, how do I deal with hyperlinks to file locations on a local network - I find that hyperlinks with spaces in file/folder names tend to
|
| Does this code from Slipstick work if Exchange is offline? | 04 Feb 2004 16:10 GMT | 1 |
I found the code at the end of this message to get a sender's e-mail adress with Redemption. Will this code work if the user is offline? Thanks in advance. Sanjay
|
| ReportItem | 04 Feb 2004 13:16 GMT | 1 |
when I send an email to an invalid address, I get back a message which is not a usual email but a ReportItem. I have to program a function which scans the body of those items. But the problem is that the body is always empty (vbnullstring). Does anyone know how I can read the body ...
|
| Setting userdefined keywords type field in VBA? | 04 Feb 2004 03:50 GMT | 6 |
How do you set a userdefined Keywords type fields value? I have a contact form with several userdefined keywords type fields and would like to progromatically change them, but I can't figure out how to set the value.
|
| Updating custom "date created/modified" field on SAVE | 03 Feb 2004 22:49 GMT | 1 |
I've designed a custom form in Outlook 2002 which has a Date created and Date modified field. Is there a way design the form so the fields are automatically updated to the current date when it is created, and then subsequently
|
| Remotely Create Folder and Rule in Outlook 2000 or 2003 | 03 Feb 2004 22:24 GMT | 4 |
Hello. Thanks in advance for your help, and pardon the question if the answer is obvious. I'm in a Windows 2000 environment with Exchange 2000 and Outlook 2000 and 2003 clients. We recently added a spam filter that will tag, and
|
| Disabling Ctrl+Enter | 03 Feb 2004 20:03 GMT | 2 |
I'm trying to disable the effect of Ctrl+Enter, but I still want to be able to send mail directly when I click the `Send' button. I found that I would need to make sure to set `Cancel' to True in: Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
|
| How to copy a calendar folder from one .pst to another? | 03 Feb 2004 15:20 GMT | 1 |
The idea is to have a master calendar that is updated to the .pst of all office workers. Client does not have Exchange or file server. I am pursuing 2 ideas, but making no headway on either. 1) Is there a way to programmaticaly copy a calendar folder from one .pst to another? 2) ...
|
| Finding the handle of a email message | 03 Feb 2004 15:09 GMT | 3 |
I'd like to store the handle (EntryID) of a message before it is sent so that I can quickly retrieve it later. Problem is the message doesn't seem to have any unique handle before it is actually sent which is then too late as I have no way of getting back to it.
|
| Don't send appointment invitation | 03 Feb 2004 10:14 GMT | 1 |
Hi all, I'm not programming in VBA, but I understand (more or less) an examples. I'm trying (thru OLE), to create a new appointment, which i working fine. I also have a recipient for that appointment. It turns u
|