Generic function that returns formatted addresses.
Returns e-mail address as allocatable string in the form <address>
or "name" <address>
, depending on whether the person has a name.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(person_type), | intent(in) | :: | person |
Person type. |
Address string.
Returns list of e-mail addresses in allocatable string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(person_type), | intent(in) | :: | persons(:) |
Array of person types. |
List of addresses.