Hi, I'm trying to monitor when an e-mail has been sent (from within a VB6 application). I have been trawling through various sites but they seem to refer to ...
Outlook 97 does not support this kind of VB6 application. You would need to use Extended MAPI and C++ or Delphi to build an Exchange client extension. -- Sue...
Thanks for your message, Bijan. I'm working on a custom email encryption service and have own encryption algorithm. I do not want to use the outlook vb editor...
Sue, is the same true for outlook 2002? Hasan. ... would need to use Extended MAPI and C++ or Delphi to build an Exchange client extension. ... VB6 ... to ... ...
No, Outlook 2000 was the first version to add application-level event handling to the COM object model for Outlook. -- Sue Mosher, Outlook MVP Author of...
Hi Sue, RE: Cannot change the Type of a custom form After some further investigation it appears that only post items from one of my applications are causing...
The form stays the same because you've one-offed the item. Dynamically adding a control is a known cause of one-offing. -- Sue Mosher, Outlook MVP Author of...
Darn. Is there any known work-around? e.g. does having a hidden control that is made visible, instead of adding one, avoid one-offing? ... From: Sue Mosher...
Thanks. You have a whole section on it. Brilliant! Using Outlook 2002 but assume this is likely to be a cross version problem so I'll dive in to your...
I am calling hr = imsg->GetProps((SPropTagArray*)m_pSenderProps,0,&pcount,&props); The program hangs on this command when it gets to the first IMAP message...
Is there a list like this one for development of Exchange applications? Thanks, Erick...
Erick Thompson
ethompson@...
Aug 3, 2004 12:46 am
24073
Hi, to handle profiles in Outlook should I go with SafeRecipient.EntryID or SafeCurrentUser.ID? Currently I'm using SafeRecipient.EntryID and it seems to work...
Depends on what you want to do, doesn't it? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and...
Basically, I need a value so I can identify the current user by creating a key in the registry. It seems that the SafeCurrentUser.ID is too big and causes...
They're both going to be longish, but unique. I'd use SafeCurrentUser.ID. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for...
Note that in case of Outlook 2002 and up, you can use Namespace.MAPIOBJECT - you can QI it for IMAPISession. ... From: edovia607 [mailto:lvandal@...] ...
How does one set a password for a profile. Is it at the client level or the Exchange level? Any idea on my post about GetProps on IMAP messages? its not ...
Hi All, There is a simple and minimal service provider source code available on sourceforge.net. http://otlkcon.sourceforge.net/ Currently I am also trying to...
There is no such thing as a profile password. Each service (such as "MSPST MS") is free to use its own authentication scheme. Exchange provider picks up the...
I have a server side VB application that reads the information in a public folder. The app basically reads information from each folder in the specified public...
Hello All, I have received a response from the author of the connector and that code has some errors and the code is under development.. Confirmed ! Regards, ...
Outlook: 2000, 2002 SP3 Exchange: 5.5 I am reposting since I did not get a response the last time, may be this time someone will help out. I have developed a...