Incorrect character encoding when converting Japanese .msg files to .eml using Redemption 6.3
We are currently working on an application that involves converting the .msg files to .eml files using Redemption 6.3. However, we have encountered an issue specifically with Japanese .msg files that use ISO-2022-JP as the character encoding. The problem lies in the incorrect encoding during the conversion process, leading to improperly displayed fields in the resulting .eml files.
Problem creating new Profile using ProfMan
I am trying to use ProfMan to setup a MAPI profile, following the example here: (https://www.dimastr.com/redemption/profman_examples.htm#example5)
Change the mailbox name when creating a new profile with ProfMan
I’m using ProfMan to create an Outlook Profile with multiple exchange mailboxes.
Use RDOJunkEmailOptions to remove blocked senders?
I want to use the RDOJunkEmailOptions object to extract the list of blocked senders for each account, process it externally, and rebuild the list in Outlook. My extraction and external processing are working fine, but when ready to reimport the lists I can’t find a way to remove the existing lists. Is there a method available to delete blocked senders either en masse or one-by-one?
Outlook Redemption and safeMail hangs on exit
I have a problem where my app is hanging on exit when I try to use saafeMail. If I run the code in the debugger the program exists normally, but when I run outside the debugger it hangs at exit.
Redemption Logon to MAPI / Exchange Server takes forever
I use Redemption DLL to get Mails from a lot of Mailboxes from the local Exchange Servers. All Mailboxes are connected on the Default MAPI Profile, Outlook is open. Switching from one Mailbox to the other in Outlook does not give any error, Sending and Receiving Mails with Outlook also seems fine.
Attempting to use Redemption RDORecurrencePattern to get GetOccurence by index for RDOAppointmentItem items
I’m attempting to get the Start date for all meetings within the default calendar. Per the documentation (link)
32 vs 64 bit Outlook with 32-bit application – different results
I’ve got a strange situation in hand where the redemption com object is giving different results on different similar machines. We’re kind of stuck in resolving the cases.
(i know this topic may be vague or missing information, please forgive me for that – i most certainly will try to add information as soon as it is available)
Is there a way to run NameSpace.SendAndReceive() from Redemption? Without opening the Outlook Object Model?
I am using a WPF app to loop through appointments and do some processing. If Outlook is not open, sometimes the calendar is not up to date. So, I’m running this method:
Reading Outlook PidNameContentType with Redemption.MAPIUtils.HrGetOneProp
I’m using Redemption.MAPIUtils to read the content of the extended property PidNameContentType in an
Outlook 2016 Email object.