How to sign outgoing messages?
Mon, 7 Jul 2008 19:44:05 +0530
Hi,
Is there any way (some Outlook properties) to specify which certificate to
use to sign the message when a mail is being sent from Outlook? I could see
some properties like PR_MESSAGE_CLASS and content-type to specify that
message is signed but could not see any properties which specify which
signature ...
|
Unable to receive IMAPIAdviseSink:: OnNotify in outlook 2007
Thu, 3 Jul 2008 21:11:00 -0700
I am not able to get notifications for IMAPIAdviseSink:: OnNotify method when
a mail is sent from a outlook 2007 profile having cached mode/ POP 3 account
enabled.
The problem occurs when I have both outlook 2003 and outlook 2007 clients in
the same domain. I have my outlook profile in 2007 and by default it ...
|
Free busy provider not loading in Outklook 2003
Thu, 3 Jul 2008 13:10:54 -0700
I am using Outlook 2003 SP3. I attached procmon to see what registry entries
it is reading and found that outlook is not even opening
HKLM\Software\Microsoft\Office\11.0\Outlook\SchedulingInformation\FreeBusySupport.
Even on Outlook 2007 it does not load sometimes. However after couple of
runs of outlook it ...
|
Free Busy Provider crashes
Thu, 3 Jul 2008 10:22:20 +0530
Hi All,
I am trying to implement the FreeBusy Provider for Outlook. Just to see if
things work as expected i partially implemeted the interfacese. I.e. didnt
fetched data from any valid source but just returned same data for every
user.
Outlook does loads the DLL instanciates the IFreeBusySupport ...
|
How can I create a VISIBLE Search folder (Delphi)
Tue, 1 Jul 2008 04:33:50 -0700 (PDT)
Dear All,
My goal is to create a search folder, under the "finder" folder (the
one you get using the PR_FINDER_ENTRYID property)
I actually have no problem creating the folder and using it, but it
doesn't appears in Outlook UI, which is what I want.
The only differences between my newly created folder and ...
|
HrFindExchangeGlobalAddressList fails
Thu, 26 Jun 2008 05:09:00 -0700
I have 2 exchange servers on a single domain. I have a application running on
both the exchange servers. My application runs fine with one exchange server.
The same fails with HrFindExchangeGlobalAddressList failure on the other
exchange server. Can anyone throw some light as to why does this occur.
Thanks i ...
|
How to use MapiSendMail with MAPI_UNICODE?
Thu, 26 Jun 2008 08:12:05 +0200
I was asked by a collegue to post the following question:
------------------------------------
Referring to <http://support.microsoft.com/?scid=kb;en-us;252627> I
tried the code quoted below with Outlook 2003 (I expected Outlook 2003
to support MAPI_UNICODE referring to
<http://www.tech-archive.net/Archi ...
|
|
|
Threading model for Free busy provider
Wed, 25 Jun 2008 16:48:27 -0700
Hi, What should be the threading model for the Free busy provider CLSID? I
could not find much info on MSDN. I am making it "Both" for now. I remember
it was working earlier with "Free" and now its not. Yesterday it was working
with "Apartment" now its not. Sounds crazy i guess but...
Param
...
|
Getting hold of IAddrBook for doing Free busy
Thu, 19 Jun 2008 21:21:38 -0700
Hi,
I would be using the Free/Busy provider API. IFreeBusySupport accepts FBUser
which has entry id for IMailUser. I would have to do OpenEntry on this entry
id to get IMailUser object. For doing this i should some how lay my hands on
either IAddrBook (preferably) or IMAPISupport. Neither of these are passed ...
|
Delete Message get warning code MAPI_W_PARTIAL_COMPLETION"
Thu, 19 Jun 2008 12:16:01 -0700
Hi
I get a new problem, and when I try to delete Message from my extension, a
warning code MAPI_W_PARTIAL_COMPLETION" return. What that means?
I am running in exch2007 server, and outlook2007.
I logon on user and logon to other account through IExchangeManageStore.
everything is OK but the deleting messag ...
|