C# 클래스 OutlookAddNote.Data.DataMethods

파일 보기 프로젝트 열기: thelukemccarthy/OutlookAddNote 1 사용 예제들

공개 메소드들

메소드 설명
AddNote ( Note note ) : Note
AddNote ( int noteId, string ConversationID, System.DateTime NoteDate, string Notes ) : Note
DeleteNote ( int noteId ) : void
GetNotes ( string ConversationID ) : List

비공개 메소드들

메소드 설명
GetNote ( int noteId ) : Note

메소드 상세

AddNote() 공개 메소드

public AddNote ( Note note ) : Note
note Note
리턴 Note

AddNote() 공개 메소드

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

DeleteNote() 공개 메소드

public DeleteNote ( int noteId ) : void
noteId int
리턴 void

GetNotes() 공개 메소드

public GetNotes ( string ConversationID ) : List
ConversationID string
리턴 List