BPM.Server
Pop3Enable Property



Syntax
'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);
}
Requirements

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

See Also

Reference

POP3Setting Class
POP3Setting Members

Send Feedback