[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.DesktopAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
 Syntax
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






