Quantcast
Channel: Aspose.Email Product Family
Viewing all articles
Browse latest Browse all 1367

Exception on Search on Body

$
0
0

I get an exception error on search stating pst searching engine does not support "Body" as field name

 

PersonalStorageQueryBuilder builder = new PersonalStorageQueryBuilder();

builder.Body.Contains("tom");

MessageInfoCollection msgsColl = folderInfo.GetContents( builder.GetQuery() ) ;

 

Thanks


Viewing all articles
Browse latest Browse all 1367

Trending Articles