Method | Description | |
---|---|---|
AllNotesRegion ( Microsoft formRegion ) | ||
MessageChanged ( Microsoft.Office.Interop.Outlook mailItem ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AllNotesRegion_FormRegionClosed ( object sender, System e ) : void | ||
AllNotesRegion_FormRegionShowing ( object sender, System e ) : void | ||
CellEndEdit ( object sender, System e ) : void | ||
DisplayNoteInGrid ( int rowIndex, |
||
GetNoteIdFromGrid ( int rowIndex ) : int | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
InitializeManifest ( Microsoft manifest, Microsoft factory ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
InsertDateOnNote ( int rowIndex ) : System.DateTime |
Insert the date in the DateColumn of a row in NotesGrid if it is null, empty or can't be converted to a date otherwise leave the date as it is.
|
|
LoadNotes ( string conversationId ) : void | ||
SaveNote ( int rowIndex ) : void | ||
UserDeletingRow ( object sender, System e ) : void |
public MessageChanged ( Microsoft.Office.Interop.Outlook mailItem ) : void | ||
mailItem | Microsoft.Office.Interop.Outlook | |
return | void |