Address Clause for the Add Person Command

This clause specifies an address for the person. This address could be a mail stop, a street address, or an electronic address. Although this clause is not required, it is helpful to reach the person. An address is limited to 255 characters.

For example, you could assign an address to a user named Wolfgang using either of these commands:

add person wolfgang
   address “43 Hill Brook Ave, Shelton CT 06484”;
Or:
add person wolfgang
  address “Mail Stop ES3-A5”;

Although each example shows a different address, you can include only one Address clause in a person’s definition. Remember, though, that the value can be any length. You could include all associated addresses in the value of the Address clause. If you do this, remember to place the most important addresses first and to keep it to a minimum to improve readability.