コード例 #1
0
ファイル: MsgParser.cs プロジェクト: barrypratt/Deliverance
 internal MsgParser(string filePath)
 {
     CompoundFile compoundFile = new CompoundFile(filePath);
     _namedPropertyParser = new NamedPropertyParser(compoundFile);
     _propStreamReader = new PropertyStreamReader(compoundFile);
     _recipientReader = new RecipientReader(compoundFile);
     _attachmentReader = new AttachmentReader(compoundFile);
 }
コード例 #2
0
 internal RecipientReader(CompoundFile cf)
 {
     _propStreamReader = new PropertyStreamReader(cf);
 }
コード例 #3
0
 internal AttachmentReader(CompoundFile cf)
 {
     _propStreamReader = new PropertyStreamReader(cf);
 }
コード例 #4
0
 internal RecipientReader(CompoundFile cf)
 {
     _propStreamReader = new PropertyStreamReader(cf);
 }
コード例 #5
0
 internal AttachmentReader(CompoundFile cf)
 {
     _propStreamReader = new PropertyStreamReader(cf);
 }