Server Property
See Also 
SourceCode.Workflow.Design.Mail Namespace > MailEventItem Class : Server Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<ObsoleteAttribute("The Server property on the mail event item is obsolete and will be removed in a future release.")>
Public ReadOnly Property Server As K2Field
Visual Basic (Usage) Copy Code
Dim instance As MailEventItem
Dim value As K2Field
 
value = instance.Server
C#  
[Obsolete("The Server property on the mail event item is obsolete and will be removed in a future release.")]
public K2Field Server {get;}
C++/CLI  
[Obsolete("The Server property on the mail event item is obsolete and will be removed in a future release.")]
public:
property K2Field^ Server {
   K2Field^ get();
}

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