-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
maven:
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-email</artifactId>
<version>23.2</version>
<classifier>jdk16</classifier>
</dependency>code:
NotesStorageFacility nsf = new NotesStorageFacility("C:\\Users\\xujy1\\Desktop\\notes\\nuser01.nsf");
for (MailMessage eml : nsf.enumerateMessages()) {
String subject = eml.getSubject();
eml.save("1.eml");
}subject encoding error:
http://183.250.89.56:12344/error.jpg
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels