| Thread | Last Post | Replies |
|
| replace or modify send/receive-dialog | 22 Oct 2007 18:05 GMT | 1 |
Hi newsgroup, I´ve got a question :) Bigger files are very often sent by e-mail with Outlook. Partial also over mobile telephone/GPRS or modem.
|
| Programming a syncrhonisation with Outlook | 22 Oct 2007 18:00 GMT | 7 |
Is there somebody who has some experience in programming a synchronisation with Outlook ? If yes, how can I program such a synchronisation ? Or can someone tell me where I can get some more information ?
|
| VSTO addin for all users | 22 Oct 2007 15:03 GMT | 2 |
I want to mass install my addin from Active Directory. I have created my addin in VSTO SE in VB 2005 for Office 2003. Now if I install my addin in that way, I can install it only for current user & not for all users. I know that VSTO doesn't allow me to create HKLM key & if I
|
| How to create a field applicable to all contacts | 21 Oct 2007 23:33 GMT | 1 |
In my experiments it Outlook I see that Outlook allows user-defined fields, but I haven't seen a way to create a user defined field for the whole contact database. Is there a way to create one?
|
| Popping up Outlook contact via API | 21 Oct 2007 23:32 GMT | 5 |
Is there a method of calling up a contact record in Outlook if a unique ID of the contact is known through some API? Is there some DDE method in particular?
|
| Getting Outlook out of the tray | 21 Oct 2007 16:01 GMT | 4 |
I have no problem getting Outlook into the tray with Outlook.ActiveWindow.WindowState = olMinimized But how can I maximize from this state? olMaximized produces me an error...
|
| Smarter NameSpace Reference... | 21 Oct 2007 14:26 GMT | 1 |
I am using the following code in a VB.Net 2005 add-in for Outlook 2003 and on 50% of my workstations I get a Cast Object error. So obviously my approach is wrong: Private Sub ThisApplication_Startup(ByVal sender As Object, ByVal e As
|
| Find exact e-mail in other users folder | 19 Oct 2007 23:56 GMT | 4 |
please, could anyone advise me with my problem ? My team-mate and me get the same emails. Who answers first should mark the same email in colleague's folder. I have rule which fires a script. I suceed to find email in his folder via subject. But I need to add more criterions to
|
| How to set field value by RDO? | 19 Oct 2007 18:57 GMT | 6 |
I found code on Dmitrys Homepage to read field values by RDO but not how to write new values to a field. The code should set the color of appointment labels: Sub SetLabelColor()
|
| Help! putting dates from access into PUBLIC calendar, | 19 Oct 2007 17:57 GMT | 3 |
at the moment i am exporting some dates into an appointment from access using a command button which does this --- Private Sub cmdAddAppt_Click() On Error GoTo Add_Err
|
| Programmatie van synchronisatie met Outlook | 19 Oct 2007 11:00 GMT | 2 |
Is er iemand die ervaring heeft met de programmatie van een synchronisatie met Outlook ? Zo ja, hoe dient men hiervoor tewerk te gaan ? Of waar kan ik hieromtrent meer informatie vinden ?
|
| Outlook adds a new copy of email to inbox | 19 Oct 2007 06:07 GMT | 4 |
We have a COM Add-In for Outlook. It adds toolbars to Outlook's explorer and inspector dialogs. When an inspector dialog is opened we add it to a collection of inspectors in the add-in. When the user opens a saved email item (XXX.MSG) by double-clicking it on,
|
| A program is trying to send mail using Item.Send | 18 Oct 2007 21:11 GMT | 3 |
I need to send a export table with a ACCESS macro, but all time appear this message:
> A program is trying to send mail using Item.Send |
| variable | 18 Oct 2007 21:11 GMT | 5 |
In my custom form code, I have global variable: Dim varDocumentation Further down in my code, I add things to the variable like this: if Item.UserProperties("AirWater") = True then
|
| Learn VBA to customize Outlook 2003 | 18 Oct 2007 21:10 GMT | 1 |
Essentially, I understand from this discussion group that we have to learn VBA in order to customize Outlook. There is no ability to record macros as in Word, Excel, etc.? I guess now is as good a time as ever. More of a comment than a question. Thanks.
|