--- a/trunk/GoogleContactsSync/NotesMatcher.cs
+++ b/trunk/GoogleContactsSync/NotesMatcher.cs
@@ -47,7 +47,7 @@
try
{
oln = sync.OutlookNotes[i] as Outlook.NoteItem;
- if (oln == null || string.IsNullOrEmpty(oln.Subject))
+ if (oln == null || string.IsNullOrEmpty(oln.Body))
{
Logger.Log("Empty Outlook note found. Skipping", EventType.Warning);
sync.SkippedCount++;
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.