Sets the alarm time offset relative to start of the event.

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

Syntax

C#
public void BeforeStart(
	TimeSpan timeSpan
)
Visual Basic
Public Sub BeforeStart ( _
	timeSpan As TimeSpan _
)
Visual C++
public:
void BeforeStart(
	TimeSpan timeSpan
)

Parameters

timeSpan
Type: System..::..TimeSpan
Time span before event start when alarm should be raised.

See Also