Questions tagged [outlook-redemption]

Outlook Redemption is a library which works around the security limitations introduced in Outlook 2002. It also provides some additional features which are not accessible using the Outlook object model.

515 questions
0
votes
0 answers

Outlook vsto - properties handling

i have a problem with MailItem properties in a Outlook VSTO. I add some custom properties to a previously exported .msg mail with e.g. redemption in the following way: SafeMailItem smi = new SafeMailItem { Item = mailItem }; int propertyId =…
Relaxx
  • 1
  • 2
0
votes
1 answer

Check for appointment items that have been updated after the initial sent invitation

I have an Outlook plugin that is tied to the item send event. When the user clicks send, I get a list of recipients and I check for external addresses. I need to be able to distinguish Outlook appointment items that have been updated after the…
Kevin Moore
  • 361
  • 4
  • 14
0
votes
1 answer

Not able to save a mailItem with protected attachment in outlook using c#

I'm trying to create a copy of a mailItem in my sent folder. Once I create it, I save the msg in the folder. It works for all mailItems , except when I try to save a mailItem with an attachment where I disallow the save attachment permission in…
amrutha
  • 11
  • 2
0
votes
1 answer

Where to find the redemtion64.tlh

I'm new to redemption, so maybe this is an already answered question. But i stuck at this point. I've just downloadad the redemptionloader and imported the files into my MFC c++ project. But - the #import does not find redemtion64.tlh. Maybe i'm…
GKO
  • 1
0
votes
1 answer

Redemption MAPIFolder.IsSharePointFolder() analogue

Is there an analogue of MAPIFolder.IsSharePointFolder () in Redemption? I need to determine if the folder is a Microsoft SharePoint Foundation folder. I looked in RDOFolder methods but didn't find needed.
Maverick
  • 1
  • 2
0
votes
1 answer

Is is possible to copy folder structure without coping items?

Is it possible to copy folder structure without coping items? Or at least copy a folder without the items. Any suggestions if not?
Jon
  • 3
  • 2
0
votes
1 answer

Find mailfolder in Outlook with Redemption

I try to find a folder in an Outlook account (I use Multiple accounts) using VBA and Redemption by using the FIND method but I cannot get it to work. On the Redemption webpage there is a reference made to an example and this may help but…
Art
  • 390
  • 2
  • 14
0
votes
1 answer

Redemption CreateItemFromTemplate analogue

Is there an Redemption analogue of Microsoft.Office.Interop.Outlook._Application.CreateItemFromTemplate() function to open exported before .oft (task items) or .vcf (appointment items) files ? It works with Redemption.IRDOFolder2.Import for me, but…
Maverick
  • 1
  • 2
0
votes
0 answers

Using Outlook Redemption from a Windows Service

I have a Windows Service that I need to access emails, I don't think I can use the Logon method as profiles are not accessible from a Windows Service so I have been using LogonHostedExchangeMailbox with the Username in the Domain\User format, this…
Andy
  • 1
0
votes
1 answer

Redemption RDOSession needs email-programm?

I try to use Redemption with vbScript but without installed Outlook, because the homepage says: RDO (Redemption Data Objects) library is designed to be used as a complete Outlook Object Model (OOM) or CDO 1.21 replacement. This family of objects is…
PBum
  • 123
  • 10
0
votes
1 answer

0x8000FFFF access violation when disposing Redemption RdoMail object

Six of our 400+ users reported this error in the last two months: System.Runtime.InteropServices.COMException (0x8000FFFF): Access violation at address 0000000000D7BA95 in module 'Redemption64.dll. Read of address FFFFFFFFFFFFFFFF at…
Sylvain Rodrigue
  • 4,751
  • 5
  • 53
  • 67
0
votes
0 answers

Msg to Eml converting by RDOmessage.saveas shows broken text for Korean

Thanks for sharing us this great tool! I tested converting msg files to eml files using AutoIt, Outlook2016, and redemption.dll Version 5.24 as follows. #include $Application = _OL_Open() ; just for check $Session =…
0
votes
1 answer

Any API to read Exchange Fast Transfer Stream

Our solution needs to understand Exchange Fast Transfer Stream like the m:data at below for calendar: NoError
windfly2006
  • 1,703
  • 3
  • 25
  • 48
0
votes
1 answer

Not valid win32 application when creating RDOSession

new to this outlook. basically trying to edit a draft mail's property and save it as a sent mail so i'm testing out using redemption. used the following code snippet but encountered error when creating the redeption object. …
0
votes
2 answers

Exception thrown when user attempts to create an appointment in a shared calendar

We have an In-house executable which creates Outlook Meetings and Appointments in shared calendars. One user is having a problem creating appointments in a shared calendar using this code. This code's been running fine for years now. WHAT HAS BEEN…
ezG
  • 391
  • 1
  • 17