| EmailEncoding Property |
Note: This API is now obsolete.
Stores and retrieves the current newsletter encoding.
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax [ObsoleteAttribute("Use MailEncoding instead", false)]
public string Encoding { get; set; }
<ObsoleteAttribute("Use MailEncoding instead", false)>
Public Property Encoding As String
Get
Set
Property Value
Type:
StringNewsletter encoding.
Return Value
Type:
StringNewsletter encoding.
Remarks See Also