[This is preliminary documentation and is subject to change.]

Determines if the personal only information is changed between two events. This is useful to determine if the user has changed the reminder and the busy information. This information may be required to stop sending emails to everybody when the personal information is changed.

Namespace:  OfficeClip.BusinessLayer.Desktop
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public bool IsPersonalOnlyInformationChanged(
	EventInfo oldEi
)
Visual Basic (Declaration)
Public Function IsPersonalOnlyInformationChanged ( _
	oldEi As EventInfo _
) As Boolean
Visual C++
public:
bool IsPersonalOnlyInformationChanged(
	EventInfo^ oldEi
)

Parameters

oldEi
Type: OfficeClip.BusinessLayer.Desktop..::.EventInfo
The event info objec to compare with

Return Value

true if only personal information is changed or it is a personal event, false otherwise.

See Also