File tree Expand file tree Collapse file tree
Class Library/ActiveUp.Net.Common Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ public BounceResult GetBounceStatus(string signaturesFilePath)
100100
101101 if ( signaturesFilePath == null || signaturesFilePath == string . Empty )
102102 {
103- ressource = Header . GetResource ( "ActiveUp.Net.Mail .bouncedSignatures.xml" ) ;
103+ ressource = Header . GetResource ( "ActiveUp.Net.Common .bouncedSignatures.xml" ) ;
104104 }
105105 else
106106 ressource = System . IO . File . OpenText ( signaturesFilePath ) . ReadToEnd ( ) ;
Original file line number Diff line number Diff line change @@ -1109,7 +1109,7 @@ public override string StoreToFile(string path)
11091109 string ressource = string . Empty ;
11101110
11111111 if ( signaturesFilePath == null || signaturesFilePath == string . Empty )
1112- ressource = Header . GetResource ( "ActiveUp.Net.Mail .bouncedSignatures.xml" ) ;
1112+ ressource = Header . GetResource ( "ActiveUp.Net.Common .bouncedSignatures.xml" ) ;
11131113 else
11141114 ressource = System . IO . File . OpenText ( signaturesFilePath ) . ReadToEnd ( ) ;
11151115
You can’t perform that action at this time.
0 commit comments