:ExpandAddress()


Class

     aprSMTP()

 

Syntax

     :ExpandAddress(cMailingList, [hSession] ) -> cAddressList

 

Parameters

 

cMailingList

String that specifies the mailing list that the server should expand into full addresses.

 

hSession

Optional: If hSession is not passed, the value in :Session will be used

 

Return

A list of full addresses

 

Description

The :ExpandAddress() function expands the specified mailing list, returning the membership of that list.

 

Note:

This function cannot be called while a mail message is being composed.

 

See Also

:AddRecipient(), :VerifyAddress()