我正在嘗試在Evernote上使用Java技術創建Notebook。我在谷歌瀏覽更多關於它,但他給了一個錯誤: "com.evernote.thrift.TApplicationException : Invalid method name : 'createNotebook'
at com.evernote.thrift.TApplicationException.read(TApplicat
我想創建一個注意到提醒一張紙條,這是我的代碼: 'Create a note locally.
Dim myNote As New Note()
myNote.Title = "Sample note with Reminder set"
myNote.Content = "Hello, world - this note has a Reminder on it."
myNote.At
我想要下載具有標題的筆記,例如「170222」。這是我的代碼: Dim myfilter As New NoteFilter
myfilter.Words("intitle:170222")
Dim myspc As NotesMetadataResultSpec
'?Specialized.
Dim myResultsList As NotesMetada