You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: concepts/search-query-parameter.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -80,8 +80,8 @@ Alternatively, you can search messages by specifying message property names in t
80
80
|**bcc**| The **bcc** field of an email message, specified as an SMTP address, display name, or alias. |[GET][search-bcc-example]`../me/messages?$search="bcc:samanthab@contoso.com"&$select=subject,bccRecipients`|
81
81
|**body**| The body of an email message. |[GET][search-body-example]`../me/messages?$search="body:excitement"`|
82
82
|**cc**| The **cc** field of an email message, specified as an SMTP address, display name, or alias. |[GET][search-cc-example]`../me/messages?$search="cc:danas"&$select=subject,ccRecipients`|
83
-
|**from**| The sender of an email message, specified as an SMTP address, display name, or alias. |[GET][search-from-example]`../me/messages?$search="from:randiw"&$select=subject,from`|
84
-
|**hasAttachment**|`true` if an email message contains an attachment that isn't an inline attachment, `false` otherwise. |[GET][search-from-example]`../me/messages?$search="hasAttachments:true"`|
83
+
|**from**| The sender of an email message, specified as an SMTP address, display name, or alias. |[GET][search-from-example]`../me/messages?$search="from:randiw"&$select=subject,from`<br/><br/>[GET][search-from-or-example]`../me/messages?$search="from:adelev OR from:alexw OR from: allanD"&$select=subject, from`|
84
+
|**hasAttachment**|`true` if an email message contains an attachment that isn't an inline attachment, `false` otherwise. |[GET][search-hasatt-example]`../me/messages?$search="hasAttachments:true"`|
85
85
|**importance**| The importance of an email message, which a sender can specify when sending a message. The possible values are `low`, `medium`, or `high`. |[GET][search-imp-example]`../me/messages?$search="importance:high"&$select=subject,importance`|
86
86
|**kind**| The type of message. The possible values are `contacts`, `docs`, `email`, `faxes`, `im`, `journals`, `meetings`, `notes`, `posts`, `rssfeeds`, `tasks`, or `voicemail`. |[GET][search-kind-example]`../me/messages?$search="kind:voicemail"`|
87
87
|**participants**| The **from**, **to**, **cc**, and **bcc** fields of an email message, specified as an SMTP address, display name, or alias. |[GET][search-part-example]`../me/messages?$search="participants:danas"`|
@@ -344,6 +344,7 @@ The following table shows some examples.
0 commit comments