Message.SpouseName Property

Independentsoft MSG .NET

Message SpouseName Property MSG .NET Class Library
Contains the spouse name for the contact.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public string SpouseName { get; set; }
public string SpouseName { get; set; }
Public Property SpouseName As String 
	Get 
	Set
Public Property SpouseName As String 
	Get 
	Set
Dim instance As Message 
Dim value As String 

value = instance.SpouseName

instance.SpouseName = value
Dim instance As Message 
Dim value As String 

value = instance.SpouseName

instance.SpouseName = value
/** @property */
public String get_SpouseName()
/** @property */
public void set_SpouseName(String value)
/** @property */
public String get_SpouseName()
/** @property */
public void set_SpouseName(String value)
function get SpouseName () : String 
function set SpouseName (value : String)
function get SpouseName () : String 
function set SpouseName (value : String)
function get_SpouseName();
function set_SpouseName(value);
function get_SpouseName();
function set_SpouseName(value);

Property Value

Type: OnlineString
The name of the spouse.
See Also