To CC BCC value not show in PST File

Hello Team,

I have to convert MBOX to PST. I am using aspose MboxrdStorageReader to read MBOX. After exporting PST file does not shows To ,CC ,BCC value. I have upload mbox sample and source code.

Please refer code below

MboxrdStorageReader objMBOXReader = null;

p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco} span.s1 {color: #931a68}

FolderInfo f_Inboxfolder = null;


p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco} span.s1 {color: #931a68}

MapiConversionOptions f_mapiConversionOption = null;


p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco} span.s1 {color: #931a68}

MapiMessage f_objMapiMessage = null;


p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco} span.s1 {color: #931a68}

MailMessage f_objMailMessage = null;;


try
{

objMBOXReader = new MboxrdStorageReader(this.m_StrSourceFilePath, true);


int f_intMailCount = 0;


while ((f_objMailMessage = objMBOXReader.readNextMessage()) != null //iterate mails

{

try

{

f_mapiConversionOption = new MapiConversionOptions();

p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco; min-height: 15.0px} span.s1 {color: #931a68} span.Apple-tab-span {white-space:pre}

f_mapiConversionOption.setPreserveEmbeddedMessageFormat(true);

f_objMapiMessage = MapiMessage.fromMailMessage(f_objMailMessage,

f_mapiConversionOption);


p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco} span.s1 {color: #0326cc} span.s2 {color: #3933ff}

f_Inboxfolder = f_ObjPersonalStorage.getRootFolder().getSubFolder("Mails");


p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco}

f_Inboxfolder.addMessage(f_objMapiMessage);



}

catch(Exception pObj)

{

pObj.printStackTrace();

}


}//end of while loop


}//end of outer try

catch(Exception pObj)

{

pObj.printStackTrace();

}


Hello Team,

This issue is happen in any pst file. There is not To,Bcc,Cc Values. This is very critical issue. My product release depends on aspose. Please update as soon as possible.

Hi,


Thank you for contacting Aspose support team.

This issue is reproduced and logged under Id:EMAILJAVA-34282 for further investigation by the product team. You will be automatically notified once any update is received in this regard.

Hello Sir,

How much time it require. We are waiting for this issue. All these are basic properties and all should show in PST(microsoft outlook).

Hi,


Thank you for contacting Aspose support team again.

I have checked the status of this ticket and observed that as it is logged too recently, so it is still in queue for product team analysis. Once it is analyzed and some resolution is planned, we will let you know here.

We are thankful for your patience and understanding in this regard.

Hi Kashif,

How much time will require to solve this issue. We are waiting for this issue. Please kindly update me.

Hi,


The issue is planned to be fixed in Aspose.Email for Java 17.6.0 that is planned to be available for download by the end of June 2017. We’ll update you here once the fix version is available for download.