Gets or sets BYMINUTE parameter ranging from 0 to 59.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public Nullable<int> ByMinute { get; set; }
Visual Basic
Public Property ByMinute As Nullable(Of Integer)
	Get
	Set
Visual C++
public:
property Nullable<int> ByMinute {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

See Also