getHeader
Queries the mailing header.
Type: String[ ]
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
mailingId | long | ID of the mailing |
Name | String | Field name Must be compliant with RFC822 (only 7bit US-ASCII characters are allowed). |
Return values
All values of the header
Code structure
String[] getHeader(String sessionId, long mailingId, String name)
Updated almost 3 years ago
Next