|
|
|
|
|
OutlookListProfile (Function) In french: OutlookListeProfil Lists the available Outlook profiles. ProfileList is string
ProfileList = OutlookListProfile()
FOR EACH STRING sAProfile OF ProfileList SEPARATED BY CR
Trace(sAProfile)
END
Syntax
<Result> = OutlookListProfile()
<Result>: Character string List of available Outlook profiles separated by CR characters (Carriage Return).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|