LodgementState
The state in which the mail is lodged. Use only the 2 or 3-letter state abbreviation. If this property is not set, or is empty, then the Manifest Report and Lodgement Information will consider all mail as "Other State" mail.
Syntax
int reportGetLodgementState(char *s);
int reportPutLodgementState(const char *sNewValue);
Syntax description
s
pointer to the buffer to receive the state. Buffer must be at least 4 characters in length.
sNewValue
null-terminated string specifying the state.
Return values
Returns zero to indicate success. PutLodgementState can return an error if an invalid state is passed.