Menu

bug in overloaded FileAttachment constructors

2006-02-03
2013-04-02
  • Marco Dissel

    Marco Dissel - 2006-02-03

    Hello

    In the constructor with byte[] bytes, string ContentID (and check the other constructors also) the private field _contentID is not set with supplied value..

    Thanks

    Marco

     
    • eusebiu

      eusebiu - 2006-02-04

      Hello!
      I was having the same problem and I`ve added this line to the constructor:

      this._contentid=contentid;

      I`ve build the project and now it is working!

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.