jwcolby
jwcolby at colbyconsulting.com
Tue May 31 11:38:45 CDT 2011
>Have you tried contacting Dmitri personally? He is usually very quick to respond whenever I've had questions. Not yet. John W. Colby www.ColbyConsulting.com On 5/31/2011 12:24 PM, Doris Manning wrote: > John, > > I do use Redemption but not any of the features you are trying to use. Have > you tried contacting Dmitri personally? He is usually very quick to respond > whenever I've had questions. > > Doris Manning > Senior Developer/Database Administrator > Hargrove Inc. > > -----Original Message----- > From: dba-vb-bounces at databaseadvisors.com > [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of jwcolby > Sent: Friday, May 27, 2011 10:54 AM > To: Access Developers discussion and problem solving; VBA > Subject: [dba-VB] redemption > > We are trying to use Redemption (outlook) to get around the MS security > nonsense. We are using the > RDO portion because the SafeMail object (Outlook) side of redemption was > missing the mail.subject > property msg.move for moving a message from folder to another. The RDO does > have those things. > > We are still having two specific problems. > > 1) We are unable to find a way to cause RDO to download the mail, thus the > MailReceived event never > fires. As a result we are currently opening outlook and setting it up to > download every 1 minute. > Clumsy! > > 2) RDO.Msg.Move moves the message but we can't see it in the folder it was > moved to. IOW if we move > a bunch of mail items then go look in the folder that the mail items were > put into, the collection > doesn't show it as being there. If in Outlook we click on that folder, > *then* back in our code the > folder shows the mail items as being in the folder. > > If anyone is using this stuff please feel free to comment. > > Thanks, >