开发者

Exchange Managed API: How do I retrieve all elements that end with specific substring

开发者 https://www.devze.com 2023-03-27 05:23 出处:网络
I need to find all calendar items that end with a开发者_StackOverflow社区 defined substring. I know there\'s a SearchFilter \"ContainsSubstring\" but nothing like \"EndsWithSubstring\". you can try

I need to find all calendar items that end with a开发者_StackOverflow社区 defined substring. I know there's a SearchFilter "ContainsSubstring" but nothing like "EndsWithSubstring".


you can try bool string.EndsWith(string suffix)

0

精彩评论

暂无评论...
验证码 换一张
取 消