Messages that contain the specified string in its Body.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Shared Function Body ( _ substring As String _ ) As EwsSearchParameter |
C# |
---|
public static EwsSearchParameter Body( string substring ) |
Parameters
- substring
- Type: System..::..String
String to search for. Cannot be empty.