Thanks Dmitry, your questions led me to the solution :). As this exchange server is in Vietnam and is a child domain to our primary one, the domain sync wasn't...
Hi Dmitry, I have to create delegated Tasks that: - with Accept or Decline answer, - must be sent to the requested user, - waiting for user answer. I'm...
`Redemption script' ( see below ) always returns olCachedConnectedFull (700) in spite of whether outlook is connected to server or not ( I tested both with...
Oliver, I sent a debug version of the dll to your e-mail address. From: Outlook-Redemption@yahoogroups.com [mailto:Outlook-Redemption@yahoogroups.com] On...
What is the relevant snippet of your code that raises the prompts? From: Outlook-Redemption@yahoogroups.com [mailto:Outlook-Redemption@yahoogroups.com] On...
That was it - neglected to change the property. Thanks for the assist. bill tokar No trees were killed in the sending of this message. However a large number...
Does anyone know if the latest version of Profman.dll works on 64bit Windows? The version I have is from 2006 and I would hate to spend $199 to get the same...
When you access the ExchangeConnectionMode property, Redemption does not hit the server - it first check if "Work Offline" is checked. If not, it simply ...
Yes, it works fine as long as 1. Your app is compiled as 32 bit - since Redemption is a 32 bit in-proc COM library the calling process must also be 32...
How exactly do you create the tasks? From: Outlook-Redemption@yahoogroups.com [mailto:Outlook-Redemption@yahoogroups.com] On Behalf Of lflaziel Sent: Thursday,...
What is your default printer? Is it a PDF writer? So essentially you cannot print *any* message from Outlook, right? From: Outlook-Redemption@yahoogroups.com ...
I create IRDOTaskItemPtr, then i use putXX functions to set the common information. In all case i use, PutOwner set the StartDate field PutDueDate Then to...
What does olDisconnected and olCachedDisconnected mean in this case? ExchangeConnectionMode will never be olDisconnected or olCachedDisconnected in such...
Hi, i used redemption objects to create a email via access. This email contains a HTML-Body with embedded images. I used the Solution from www.dimastr.com to...
Did you try to compare (click IMessage in OutlookSpy) the task created by your code with a task created by Outlook that has the desired behavior? From:...
olDisconnected will be returned if PR_STORE_OFFLINE = true and Redemption cannot further refine the state (cached, etc). olCachedDisconnected is indeed never...
Is the message sent through an SMTP server and retrieved from a POP3/IMAP4 server? PR_ATTACHMENT_HIDDEN MAPIO property is not preserved when a message is ...
Firstly, your code does not use Redemption at all. Secondly, only reading of the To/CC/BCC properties is blocked, setting is not. Are you sure that particular...
Dmitry, I am using the Redeemption and plaese check the folder's CreateItem extension method below which is used to create the mailItem with SafeItem() in...
Re: Help with Tasks: Delegated Tasks, Yes I tried, but i wasn't able to find all the fields required to have the desired behaviour. I tried to set the fields...
Hi, We need to determinate whether we are conected to server to be able to open appointments with MAPI_NO_CACHE flag. In which way can we do this? P.S....
From long time we are facing this issue from the project start and keeping it open as dont find any solution. Now we are ready to delivery and need the ...
Looks perfectly fine to me. What exactly does not work there? From: Outlook-Redemption@yahoogroups.com [mailto:Outlook-Redemption@yahoogroups.com] On Behalf Of...
"fields that seemed important to me" - did you try to set all the fields that are different? You can drag properties from one IMessage window to another...
The only reliable way to determine if you have a live connection is to actually attempt to retrieve data from the server. I think you are on the wrong track...