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
This parameter is available only in the cloud-based service.
689
689
690
-
The ContentFilter parameter uses OPath filter syntax to filter the messages by Received date. Only contents that match the ContentFilter parameter will be moved to Exchange online. For example, `"Received -gt '8/23/2020'"`, `"Received -le '2019/01/01'"`, `"Received -gt '8/23/2015' -and Received -lt '8/23/2020'"`.
690
+
The ContentFilter parameter uses OPath filter syntax to filter the messages by Received date. Only content that match the ContentFilter parameter will be moved to Exchange online. For example:
691
+
692
+
- `"Received -gt '8/23/2020'"`
693
+
- `"Received -le '2019/01/01'"`
694
+
- `"Received -gt '8/23/2015' -and Received -lt '8/23/2020'"`
691
695
692
696
You can specify the language by using the ContentFilterLanguage parameter.
693
697
@@ -807,45 +811,29 @@ For IMAP migration, use folder names relative to the IMAP root on the source mai
807
811
808
812
Folder names aren't case-sensitive, and there are no character restrictions. Use the following syntax:
809
813
810
-
\<FolderName\>/\*: Use this syntax to denote a personal folder under the folder specified in the SourceRootFolder parameter, for example, "MyProjects" or "MyProjects/FY2010".
814
+
`<FolderName>/*`: Use this syntax to denote a personal folder under the folder specified in the SourceRootFolder parameter, for example, `MyProjects` or `MyProjects/FY2010`.
811
815
812
-
\#\<FolderName\>\#/\*: Use this syntax to denote a well-known folder regardless of the folder's name in another language. For example, \#Inbox\# denotes the Inbox folder even if the Inbox is localized in Turkish, which is Gelen Kutusu. Well-known folders include the following types:
816
+
`#<FolderName>#/*`: Use this syntax to denote a well-known folder regardless of the folder's name in another language. For example, `#Inbox#` denotes the Inbox folder even if the Inbox is localized in Turkish, which is Gelen Kutusu. Well-known folders include the following types:
813
817
814
818
- Inbox
815
-
816
819
- SentItems
817
-
818
820
- DeletedItems
819
-
820
821
- Calendar
821
-
822
822
- Contacts
823
-
824
823
- Drafts
825
-
826
824
- Journal
827
-
828
825
- Tasks
829
-
830
826
- Notes
831
-
832
827
- JunkEmail
833
-
834
828
- CommunicatorHistory
835
-
836
829
- Voicemail
837
-
838
830
- Fax
839
-
840
831
- Conflicts
841
-
842
832
- SyncIssues
843
-
844
833
- LocalFailures
845
-
846
834
- ServerFailures
847
835
848
-
If the user creates a personal folder with the same name as a well-known folder and the \# symbol surrounding it, you can use a back slash (\\) as an escape character to specify that folder. For example, if a user creates a folder named \#Notes\# and you want to specify that folder, but not the well-known Notes folder, use the following syntax: \\\#Notes\\\#.
836
+
If the user creates a personal folder with the same name as a well-known folder and the `#` symbol surrounding it, you can use a back slash (`\`) as an escape character to specify that folder. For example, if a user creates a folder named `#Notes#` and you want to specify that folder, but not the well-known Notes folder, use the following syntax: `\#Notes\#`.
849
837
850
838
Wildcard characters can't be used in folder names.
851
839
@@ -871,48 +859,31 @@ For IMAP migration, use folder names relative to the IMAP root on the source mai
871
859
872
860
Folder names aren't case-sensitive, and there are no character restrictions. Use the following syntax:
873
861
874
-
\<FolderName\>/\*: Use this syntax to denote a personal folder under the folder specified in the SourceRootFolder parameter, for example, "MyProjects" or "MyProjects/FY2010".
862
+
`<FolderName>/*`: Use this syntax to denote a personal folder under the folder specified in the SourceRootFolder parameter, for example, `MyProjects` or `MyProjects/FY2010`.
875
863
876
-
\#\<FolderName\>\#/\*: Use this syntax to denote a well-known folder regardless of the folder's name in another language. For example, \#Inbox\# denotes the Inbox folder even if the Inbox is localized in Turkish, which is Gelen Kutusu. Well-known folders include the following types:
864
+
`#<FolderName>#/*`: Use this syntax to denote a well-known folder regardless of the folder's name in another language. For example, `#Inbox#` denotes the Inbox folder even if the Inbox is localized in Turkish, which is Gelen Kutusu. Well-known folders include the following types:
877
865
878
866
- Inbox
879
-
880
867
- SentItems
881
-
882
868
- DeletedItems
883
-
884
869
- Calendar
885
-
886
870
- Contacts
887
-
888
871
- Drafts
889
-
890
872
- Journal
891
-
892
873
- Tasks
893
-
894
874
- Notes
895
-
896
875
- JunkEmail
897
-
898
876
- CommunicatorHistory
899
-
900
877
- Voicemail
901
-
902
878
- Fax
903
-
904
879
- Conflicts
905
-
906
880
- SyncIssues
907
-
908
881
- LocalFailures
909
-
910
882
- ServerFailures
911
883
912
-
If the user creates a personal folder with the same name as a well-known folder and the \# symbol surrounding it, you can use a back slash (\\) as an escape character to specify that folder. For example, if a user creates a folder named \#Notes\# and you want to specify that folder, but not the well-known Notes folder, use the following syntax: \\\#Notes\\\#.
884
+
If the user creates a personal folder with the same name as a well-known folder and the `#` symbol surrounding it, you can use a back slash (`\`) as an escape character to specify that folder. For example, if a user creates a folder named `#Notes#` and you want to specify that folder, but not the well-known Notes folder, use the following syntax: `\#Notes\#`.
913
885
914
886
Wildcard characters can't be used in folder names.
0 commit comments