[Home] [Back] [Up] [<<] [>>]

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

spointer to the buffer to receive the state. Buffer must be at least 4 characters in length.
sNewValuenull-terminated string specifying the state.
Return values

Returns zero to indicate success.
PutLodgementState can return an error if an invalid state is passed.