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)
|
Type: String
Type: Variant
Type: Variant
Type: Variant |
This function does not return a value. |