Re: RE: How to use -- Attachments1.Items.Add

  •  08-15-2009, 1:53 AM

    Re: RE: How to use -- Attachments1.Items.Add

    Ryan
     
    Please try System.IO.FileStream , instead of the System.Net.WebRequest.Create(str); 
     
    You need dispose the streamImg after the .Add method too.
     
    Regards,
    Terry
View Complete Thread