C# Class OutlookAddNote.AllNotesRegion

Datei anzeigen Open project: thelukemccarthy/OutlookAddNote

Public Methods

Method Description
AllNotesRegion ( Microsoft formRegion )
MessageChanged ( Microsoft.Office.Interop.Outlook mailItem ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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, Note note ) : void
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

Method Details

AllNotesRegion() public method

public AllNotesRegion ( Microsoft formRegion )
formRegion Microsoft

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

MessageChanged() public method

public MessageChanged ( Microsoft.Office.Interop.Outlook mailItem ) : void
mailItem Microsoft.Office.Interop.Outlook
return void