Xbasic
A5_EMAIL_PROFILES_ENUM Function
Syntax
Profile_List as C = a5_email_profiles_enum([L lOwnerDraw ])
Arguments
- lOwnerDrawLogical
Default = .F. Determines whether to output an owner draw formatted list.
Returns
- Profile_ListCharacter
Returns a CR-LF delimited list of all email profiles.
Description
The A5_EMAIL_PROFILES_ENUM() function returns a list of all email profiles.
Example
? a5_email_profiles_enum()
= Alpha Software
AT&T Broadband
Road Runner
Covad
? a5_email_profiles_enum()
= Alpha
Alpha President
Alpha Remove
Alpha Richard
Alpha Software
Alpha Unsubscribe
Netmailer Test
? a5_email_profiles_enum(.t.)
= {I:'a5_email_person'}{T=.25}{F=Tahoma,8,b}Alpha{F=Tahoma,8}
{I:'a5_email_person'}{T=.25}Alpha President
{I:'a5_email_person'}{T=.25}Alpha Remove
{I:'a5_email_person'}{T=.25}Alpha Richard
{I:'a5_email_person'}{T=.25}Alpha Software
{I:'a5_email_person'}{T=.25}Alpha Unsubscribe
{I:'a5_email_person'}{T=.25}Netmailer TestLimitations
Desktop applications only.
See Also