AttachmentItemCollection.Add Method
Adds the specified filesize.
[Visual Basic]
Public Sub Add( _
   ByVal filesize As Integer, _
   ByVal filename As String, _
   ByVal stream As Stream _
)
Public Sub Add( _
   ByVal filesize As Integer, _
   ByVal filename As String, _
   ByVal stream As Stream _
)
[C#]
public void Add(
   int filesize,
   string filename,
   Stream stream
);
Parameters
public void Add(
   int filesize,
   string filename,
   Stream stream
);
- filesize
- The filesize.
- filename
- The filename.
- stream
- The stream.
AttachmentItemCollection Class | CuteWebUI Namespace