  | MailFormSaveProviderMailEncodingCodePage Property  | 
  
    Namespace: 
   Dynamicweb.DataManagement
    Assembly:
   Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax[AddInParameterGroupAttribute("Mail configuration")]
[AddInParameterAttribute("MailFormSaveProvider.Encoding")]
[AddInLabelAttribute("Encoding")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "NewGUI=true;SortBy=Value")]
public int MailEncodingCodePage { get; set; }<AddInParameterGroupAttribute("Mail configuration")>
<AddInParameterAttribute("MailFormSaveProvider.Encoding")>
<AddInLabelAttribute("Encoding")>
<AddInParameterEditorAttribute(GetType(DropDownParameterEditor), "NewGUI=true;SortBy=Value")>
Public Property MailEncodingCodePage As Integer
	Get
	SetProperty Value
Type: 
Int32
See Also