| Thread | Last Post | Replies |
|
| Outlook Form Script: How to get the Focus | 23 Nov 2007 15:04 GMT | 1 |
Is it possible to put the focus on a specific controls using scrip form ?
 Signature http://bensoft.miniville.fr/
|
| How to increase Outlook Secure TempFolder | 22 Nov 2007 17:31 GMT | 1 |
Someone send me an email with some image file, but I can not see it, it has big Red X, after I found out on my c:\documents and settings\Jennie\LocalSettings\Temporary Internet Files\OLK5E2 folder I have a lots of images, xls files, so I deleted them, now I can open the email ...
|
| Search a string with Outlook 2000 and VBA | 22 Nov 2007 15:51 GMT | 1 |
I am triying to filter some contacts Items regarding a string contained in the "Email Address1". For example in a folder I would like to get all the contacts with "@clientcompany.com" string in their email.
|
| create a clsCustomContextMenus class in the VBA editor | 22 Nov 2007 10:42 GMT | 1 |
when i try to create a new class, he got the name class1, how shpuld i rename it to clsCustomContextMenus?
 Signature Miri Tz.
|
| macro that saves mail in spesific folder by right click | 22 Nov 2007 00:02 GMT | 1 |
hi, i need a sample of macro that save one mail in spesific folder by right click on the mail . thanks,
|
| Outlook Script : How to get the current Folder | 21 Nov 2007 15:23 GMT | 3 |
How can I get the current folder, from where my form is launched, I need to get also the parent tks for help
|
| custom views | 21 Nov 2007 09:31 GMT | 4 |
For a while now, my custom views in Outlook keep getting corrupted. When I have a view using a SQL filter, the single quotes ' will get replaced with ' thus causing the filter not to work properly. It will work for about a week, then suddenly the view will get corrupted ...
|
| Xheader & WinMail.dat | 21 Nov 2007 09:04 GMT | 2 |
I've added xheader to outgoing message.When the message contains Attachment,it is sent as winmail.dat.I tried to set UseTNEF to false but still attachement is not being sent properly
|
| MapiTable in OL 2000 slow | 21 Nov 2007 05:33 GMT | 11 |
in OL 2000 sql queries are unnormally slow. The following code sometimes take more then 1 second to finnish (without logon): Option Explicit Dim g_objRDOSession As Object
|
| Error when creating 247 appointments in exchange mailbox | 21 Nov 2007 05:30 GMT | 35 |
I try to create hundreds of appointments in the calendar with a link to a contact. This works without problems on pst stores. With exchange mailboxes it works too in OL 2003 but in 2002 on the 247th item the following error
|
| list attachment names in table view | 20 Nov 2007 19:05 GMT | 4 |
In the table view of my inbox, I'd like to create a column that lists the names of the attachments.. This data has to be available somewhere, doesn't it? It's isolated when you Left click on a message with an attachment (View attachment). Any thoughts?
|
| Redemption MAPITable Question | 20 Nov 2007 04:45 GMT | 8 |
Well, this seems like it should be simple. So, I assume I'm overlooking something small. Here's my code: Public Sub TestMapiTable()
|
| Automating Outlook from within Access | 20 Nov 2007 00:30 GMT | 5 |
Im attempting to automate and Outlook Email send from within an Access application. This is the code I'm using. Dim objOutlook As Outlook.Application Dim objOutlookMsg As Outlook.MailItem
|
| Getting the date in Calendar View | 19 Nov 2007 21:33 GMT | 5 |
In Calendar view in Outlook 2007, I want to retreive the date of the day I selected. When I double-click on a date the appointment-form comes up with the right date filled in. What I want to do is selecting a day and clicking a toolbar-button with a vba-script behind it, that ...
|
| send mail using .oft template | 19 Nov 2007 20:26 GMT | 3 |
I use some code i found on the net to send an e-mail using a Outlook.oft template. This code use the .htmbody property and the template has a .JPG picture on top of the sheet.
|