Setting the Encoding Type for Email Messages

This method is used for setting the encoding type for email messages, on the Parallels Pro Control Panel server.

Method

public void SetEncodingType (string EncodingType, string username, string password)

Parameters

  • EncodingType, which is the encoding type to be used for email messages.
  • username, which is the username of the service provider
  • password, which is the password of the service provider

Return Value

none

Example code:

w.SetEncodingType("utf-8", "admin", "ensim123");