C# Class OutlookAddNote.Data.DataMethods

Exibir arquivo Open project: thelukemccarthy/OutlookAddNote Class Usage Examples

Public Methods

Method Description
AddNote ( Note note ) : Note
AddNote ( int noteId, string ConversationID, System.DateTime NoteDate, string Notes ) : Note
DeleteNote ( int noteId ) : void
GetNotes ( string ConversationID ) : List

Private Methods

Method Description
GetNote ( int noteId ) : Note

Method Details

AddNote() public method

public AddNote ( Note note ) : Note
note Note
return Note

AddNote() public method

public AddNote ( int noteId, string ConversationID, System.DateTime NoteDate, string Notes ) : Note
noteId int
ConversationID string
NoteDate System.DateTime
Notes string
return Note

DeleteNote() public method

public DeleteNote ( int noteId ) : void
noteId int
return void

GetNotes() public method

public GetNotes ( string ConversationID ) : List
ConversationID string
return List