Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Creates a new AttachmentType in the collection and returns the pointer. PARAMETERS: Name and Description as Strings.

Syntax

Code Block
languagevb
Public Function Add( _
   ByVal Name As Variant, _
   ByVal Description As Variant, _
) As AttachmentType

Parameters

  • Name
  • Description

See Also