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