Mail Function Reference

sListServices

Mail Function Reference

This function returns the list of mail accounts existing on the device.

Declare Function sListServices Lib "SapphireMail.dll" (ByRef lEntries As Long, _
    ByVal sServices As String, _
    ByVal lLicence As Long) As Long

Parameters

  lEntries
    A long variable used to store the number of services on the device.
  sServices
    A string variable used to store the list of services seperated by the '|' character.
  lLicence
    A long specifying the Sapphire Mail licence number.

Return Values

  The return value can be ignored for this function.