EmailOptions..::..EmailFrom Property

Namespace:  JiwaFinancials.Jiwa.JiwaPurchaseOrdersUI
Assembly:  JiwaPurchaseOrdersUI (in JiwaPurchaseOrdersUI.dll)

Syntax


public string EmailFrom { get; set; }
Public Property EmailFrom As String
	Get
	Set
public:
property String^ EmailFrom {
	String^ get ();
	void set (String^ value);
}