diff --git a/Examples.md b/Examples.md index 195d66f..3b46fc9 100644 --- a/Examples.md +++ b/Examples.md @@ -151,7 +151,7 @@ // If we're only interested in the subject line or envelope // information, just downloading the mail headers is alot // cheaper and alot faster. - IEnumerable messages = Client.GetMessages(uids. FetchOptions.HeadersOnly); + IEnumerable messages = Client.GetMessages(uids, FetchOptions.HeadersOnly); } } } @@ -285,4 +285,4 @@ return message; } } - } \ No newline at end of file + }