Edit

Share via


MessageElement Constructors

Definition

Overloads

MessageElement()

Default constructor

MessageElement(Action<DialogViewController,UITableView,NSIndexPath>)

MessageElement()

Default constructor

public MessageElement ();

Remarks

You typically create an instance of this object and then set the individual properties.

new MessageElement (msgSelected) { 
	Sender = "Miguel de Icaza (mdeicaza.home@emailserver.com)", 
	Subject = "Re: [Gtk-sharp-list] Glib Timeout and other ways to handle idle",
	Body = "Please bring friends, but make sure that you also bring eggs and bacon",
	Date = DateTime.Now - TimeSpan.FromHours (23),
	NewFlag = true,
	MessageCount = 0
}

Applies to

MessageElement(Action<DialogViewController,UITableView,NSIndexPath>)

public MessageElement (Action<MonoTouch.Dialog.DialogViewController,UIKit.UITableView,Foundation.NSIndexPath> tapped);
new MonoTouch.Dialog.MessageElement : Action<MonoTouch.Dialog.DialogViewController, UIKit.UITableView, Foundation.NSIndexPath> -> MonoTouch.Dialog.MessageElement

Parameters

Applies to