| Author |  | 
      
        | softwareguy Newbie
 
  
 
 Joined: 17 July 2010
 Location: United States
 Online Status: Offline
 Posts: 22
 | 
          I have noticed several messages where the subject lines are being returned in some strange format, such as the below example:
           | Posted: 24 July 2010 at 5:40pm | IP Logged |   |  
           | 
 |  
 "=?Windows-1252?Q?Reminder:_Biolog?=       =?Windows-1252?Q?y_Lab_Midterm _Ex?=       =?Windows-1252?Q?am_@_Sat_Nov_ 21_?="
 
 The one thing these emails have in common is they all seem to be from Google Calender notifications, but not all of the Google Calender notifications produce this strange subject text.
 
 Is this a known issue?  Interestingly enough, a competing product is does not display this behavior and is somehow able to produce the correct subject line, as Outlook shows it.
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Alex AfterLogic Support
 
  
  
 Joined: 19 November 2003
 Online Status: Offline
 Posts: 2207
 | 
          This are absolutely normal subject lines, encoded to contain international characters. MailBee automatically decodes this when you load the MIME data into MailMessage object (e.g. when you receive email from the mail server or whatever). How do you get such data? Which code are you using?
           | Posted: 25 July 2010 at 2:36am | IP Logged |   |  
           | 
 |  
 Regards,
 Alex
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | softwareguy Newbie
 
  
 
 Joined: 17 July 2010
 Location: United States
 Online Status: Offline
 Posts: 22
 | 
          Simply using MailMessage.Subject produces this text.  If you like, I can send you a sample PST and code that produces this.  Please let me know where to send it to.  Thanks!
           | Posted: 25 July 2010 at 7:14am | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | softwareguy Newbie
 
  
 
 Joined: 17 July 2010
 Location: United States
 Online Status: Offline
 Posts: 22
 | 
          For further clarification, this happens when extracting a MailMessage directly out of a PST using your PstReader object.
           | Posted: 25 July 2010 at 7:15am | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Alex AfterLogic Support
 
  
  
 Joined: 19 November 2003
 Online Status: Offline
 Posts: 2207
 | 
          You can use our HelpDesk for further communication.
           | Posted: 25 July 2010 at 7:43am | IP Logged |   |  
           | 
 |  
 Please attach .PST and .EML you're getting from it (you can get .EML by calling MailMessage.SaveMessage).
 
 Regards,
 Alex
 | 
       
        | Back to Top |     | 
       
       
        |  |