BPM.Server.Config Namespace > POP3Setting Class : Pop3Enable Property |
'Declaration
<ConfigurationPropertyAttribute(Name="Pop3Enable", Options=ConfigurationPropertyOptions.IsRequired, IsDefaultCollection=False, IsRequired=True, IsKey=False)> Public Property Pop3Enable As Boolean
'Usage
Dim instance As POP3Setting Dim value As Boolean instance.Pop3Enable = value value = instance.Pop3Enable
[ConfigurationProperty(Name="Pop3Enable", Options=ConfigurationPropertyOptions.IsRequired, IsDefaultCollection=false, IsRequired=true, IsKey=false)] public bool Pop3Enable {get; set;}
[ConfigurationProperty(Name="Pop3Enable", Options=ConfigurationPropertyOptions.IsRequired, IsDefaultCollection=false, IsRequired=true, IsKey=false)] public: property bool Pop3Enable { bool get(); void set ( bool value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2