Message GivenName Property | MSG .NET Class Library |
Contains the given name for the contact.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string GivenName { get; set; }
public string GivenName { get; set; }
Public Property GivenName As String Get Set
Public Property GivenName As String Get Set
Dim instance As Message Dim value As String value = instance.GivenName instance.GivenName = value
Dim instance As Message Dim value As String value = instance.GivenName instance.GivenName = value
/** @property */ public String get_GivenName() /** @property */ public void set_GivenName(String value)
/** @property */ public String get_GivenName() /** @property */ public void set_GivenName(String value)
function get GivenName () : String function set GivenName (value : String)
function get GivenName () : String function set GivenName (value : String)
function get_GivenName(); function set_GivenName(value);
function get_GivenName(); function set_GivenName(value);
Property Value
Type:
The name of the given.
See Also