Gets or sets the contact e-mail address for the individual specified
by the
ContactName
property.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public virtual string ContactEmail { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property ContactEmail As String |
Visual C++ |
---|
public: virtual property String^ ContactEmail { String^ get (); void set (String^ value); } |
Property Value
The contact e-mail address for the individual specified by the ContactName property. The default is a null reference (Nothing in Visual Basic).Remarks
This property is equivalent to the CICA Email Address primitive (P38_10) in the Electronic Location block (B26_1) in the Individual Location assembly (A9_4) in the Individual Contact assembly (A11_2).
The ContactEmailSpecified property indicates whether or not this property will be included in the serialized class or generated document. The ContactEmailSpecified property is automatically set to true when this property is set.