| Author |  | 
      
        | rojobull Newbie
 
  
  
 Joined: 31 October 2012
 Location: United States
 Online Status: Offline
 Posts: 5
 | 
          I'm using MailBee.Net V 7.2.2.366 to send emails. The emails are originally created in Outlook and saved to a folder outside of Outlook in MSG format. The email is then read in by our custom email app using the MsgToMailMessage method before being sent.
           | Posted: 13 January 2014 at 8:58am | IP Logged |   |  
           | 
 |  This has been working fine even when the original MSG email has attachments including PDF files. However, we recently tried sending an email with a secured PDF attached. When the email is received, the user can open the PDF but it is blank. The PDF is being secured using Nuance with no print and a watermark.
 Anybody seen similar behavior? Perhaps something happening during the encoding process during the MsgToMailMessage method? Just strande that this only happens with secured PDF's.
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          I'd recommend to check if the issue persists with the latest 8.* version, upgrading instructions are available here. If it doesn't work with the latest one, please provide the sample message via HelpDesk so that developers can check that.
           | Posted: 13 January 2014 at 11:36pm | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | rojobull Newbie
 
  
  
 Joined: 31 October 2012
 Location: United States
 Online Status: Offline
 Posts: 5
 | 
          Ok do I need to renew maintenance if it has expired since I purchased it about a year ago?
           | Posted: 15 January 2014 at 8:11am | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          Well, we can look into the issue regardless of the maintenance status, but you'll still need valid maintenance contract to qualify for key update to v8, otherwise you won't be able to use any DLL updates we make.
           | Posted: 15 January 2014 at 11:49pm | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | rojobull Newbie
 
  
  
 Joined: 31 October 2012
 Location: United States
 Online Status: Offline
 Posts: 5
 | 
          I downloaded and installed v8 and am using a trial license. But now I can't even get emails sent at all. I keep getting "Object reference not set to an instance of an object" when executing MsgToMailMessage in the below code:
           | Posted: 16 January 2014 at 8:19pm | IP Logged |   |  
           | 
 |  
 msgReader = new MsgConvert();
 mailer.Message = msgReader.MsgToMailMessage(PathMSG);
 
 This code works fine with the previous version. Any idea on this? Or can we further troubleshoot why I'm having problems with secure PDF's in v7?
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          Without the message we could reproduce the issue with, we can't really assist here.
           | Posted: 16 January 2014 at 11:34pm | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | rojobull Newbie
 
  
  
 Joined: 31 October 2012
 Location: United States
 Online Status: Offline
 Posts: 5
 | 
          What do you need me to post?
           | Posted: 17 January 2014 at 9:03am | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          Opening a ticket with sample MSG file attached would suffice, please also mention this forum thread URL.
           | Posted: 17 January 2014 at 9:05am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  |