Skip to content

Instantly share code, notes, and snippets.

@yuxxxx
Forked from hijirichan/HasAttachment.cs
Last active August 29, 2015 14:00
Show Gist options
  • Save yuxxxx/5544ad7d1fa66014a2f9 to your computer and use it in GitHub Desktop.
Save yuxxxx/5544ad7d1fa66014a2f9 to your computer and use it in GitHub Desktop.
mail.Attachments.Any();
mail.Attachments.Length > 0;
mail.Attachments.Length != 0;
mail.Attachments.Count() > 0;
mail.Attachments.Count() != 0;
mail.Attachments.Length >= 1;
mail.Attachments.Count() >= 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment