StaMultipartPoster.AddPart

This function adds a multipart part. The arrays ContentDispNames/Values are name-value pairs that get appended to the Content-Disposition: of the part.

Syntax Parameters Return Value
Sub StaMultipartPoster.AddPart( _
    Name As String, _
    Value As Variant, _
    Optional ContentDispNames As Variant, _
    Optional ContentDispValues As Variant)
  • Name [in]

Type: String

  • Value [in]

Type: Variant

  • ContentDispNames [in,optional]

Type: Variant

  • ContentDispValues [in,optional]

Type: Variant

This function does not return a value.