Determines which format is used in the address entry field - username or full name. If set to custom, the default itemtemplate is used, which can be overriden by passing the custom Itemplate.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking.InMail
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string AddressFormat { get; set; }
Visual Basic
Public Property AddressFormat As String
	Get
	Set
Visual C++
public:
property String^ AddressFormat {
	String^ get ();
	void set (String^ value);
}
F#
member AddressFormat : string with get, set

Property Value

Type: String

See Also