| Thread | Last Post | Replies |
|
| Contact Pictures Question.... | 08 Apr 2005 13:43 GMT | 1 |
Does anyone know if there a way programitically to determine if there is a picture on the contact information? Thanks!
|
| print body of incoming message w/vba | 08 Apr 2005 06:49 GMT | 1 |
How can this be accomplished?
|
| Is possible to restrict OVC on contacts? | 07 Apr 2005 21:16 GMT | 2 |
Hi to all, I developed a ol-form containing outlooks view control and I would like to restrict shown items on values of that item. My code is working fine as long as I restrict on items subject for example but I can't get it working
|
| How do I enable macros? | 07 Apr 2005 21:01 GMT | 1 |
I have created a macro in Outlook (Windows XP) which is designed to mass reply to email. It has worked quite well, but now when trying to run the macro I receive the error message box saying that macros have been disabled. It won't run with
|
| How do I access the blocked property currentUser in MS Outlook wi. | 07 Apr 2005 18:06 GMT | 1 |
I am writing a macro in MS Outlook using Visual Basic 6.0 that required the information stored in currentUser. Here is the code: Dim objNS As NameSpace .
|
| Marco to open a template in Word ready to e-mail | 07 Apr 2005 16:39 GMT | 2 |
Can anyone help us with a Macro. We have 4 templates that we send as mails. We want to have a dropdown tool bar in Outlook 2003 that will open each of these templates in Word ready to send as a mail. The files are in:
|
| Macros in Outlook | 07 Apr 2005 15:24 GMT | 3 |
Everytime I click "new" to send new email or reply to an existing email I get the pop up window "The marcos for this project are disables. Please refer to the online help and documentation of the host application to determine how to enable the marcos". I have tried that and ...
|
| MS Office 2003 does not offer features promised in its advertisem. | 07 Apr 2005 14:38 GMT | 3 |
In March this year, I upgraded from Office 2000 to Office 2003, only because I read a Microsoft Office advertisement in many magazines, which claimed that unlike Office 2000, the Office 2003 version would give me access to certain features, and I quote the ad "the latest version ...
|
| Delete Email in VB | 07 Apr 2005 05:54 GMT | 1 |
I want to delete a email message out of VB within Access 2002. How can it be done? Thanks
|
| Sending the results of a recordset | 07 Apr 2005 05:45 GMT | 2 |
Using Access 2002 I want to open a recordset and list the results in the body of the message How do I open the recordset that has 2 records and loop throught it so I place the information as follows:
|
| Outlook Express Message Create / Send | 07 Apr 2005 05:41 GMT | 1 |
Hi to all! Looking for a way to create and send an email using outlook express. Please point to any resources as to the outlook express programming, Thanks in advance
|
| Bcc problem | 06 Apr 2005 20:51 GMT | 3 |
Using Outlook 2002 the following code is used to add recipients email address's to a email sent from an Access application For lngCurrentRow = 0 To lstCC.ListCount - 1 If lngCurrentRow = 0 Then
|
| Change Folder | 06 Apr 2005 19:04 GMT | 3 |
I have a excel spreadsheet that is attached to an email sent to me at least one a day. I use VB to move it to a folder and imported to Access. What I want to happen is when this email has been sent I want to move the email to
|
| Getting current calendar view | 06 Apr 2005 13:35 GMT | 6 |
What is the syntax for determining the current view in the 2003 Calendar? I'm wanting to determine if I'm in Day, Workweek, Week, or Month view.
 Signature Thanks,
|
| Name of MAPIFolder. | 06 Apr 2005 03:19 GMT | 6 |
The Outlook default root MAPIFolder name "Outlook Today - [Personal Folders]", when call the name properties in OOM, it will only return "Personal Folders" only and not "Outlook Today - - [Personal Folders]" Anyway to set my my own MAPIFolder name like the Outlook default ...
|