Message.CreatorName Property

Independentsoft MSG .NET

Message CreatorName Property MSG .NET Class Library
Contains name of the person who created message.

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

Syntax

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

value = instance.CreatorName

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

value = instance.CreatorName

instance.CreatorName = value
/** @property */
public String get_CreatorName()
/** @property */
public void set_CreatorName(String value)
/** @property */
public String get_CreatorName()
/** @property */
public void set_CreatorName(String value)
function get CreatorName () : String 
function set CreatorName (value : String)
function get CreatorName () : String 
function set CreatorName (value : String)
function get_CreatorName();
function set_CreatorName(value);
function get_CreatorName();
function set_CreatorName(value);

Property Value

Type: OnlineString
The name of the creator.
See Also