Mail Function Reference

sListServices

Mail Function Reference

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

<DllImport("SapphireMail.dll")> _
Public Function sListServices(ByRef lEntries As Integer, ByVal sServices As String, _
ByVal lLicence As Integer) As Integer
End Function

Parameters

  lEntries
    An integer 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
    An integer specifying the Sapphire Mail licence number.

Return Values

  The return value can be ignored for this function.