Rename Method
Description
Renames the attachment on the server. The attachment must be uploaded before calling this method.
Syntax
Visual Basic
Public Sub Rename( _
   ByVal NewName As String _
) 
Parameters
NewName
The new name for the attachment.
See Also