發表文章

目前顯示的是 3月 20, 2019的文章

Columbia River drainage basin

圖片
The Columbia Basin The Columbia River drainage basin is the drainage basin of the Columbia River in the Pacific Northwest region of North America. It covers 668,000 km 2 or 258,000 sq mi. [1] In common usage, the term often refers to a smaller area, generally the portion of the drainage basin that lies within eastern Washington. [1] Usage of the term "Columbia Basin" in British Columbia generally refers only to the immediate basins of the Columbia and Kootenay Rivers and excludes that of the Okanagan, Kettle and Similkameen Rivers. Contents 1 Description 2 Common usage 3 See also 4 References 5 External links Description The Columbia Basin includes the southeastern portion of the Canadian province of British Columbia, most of the U.S. states of Idaho, Oregon, and Washington, the western part of Montana, and very small portions of Nevada, Utah, and Wyoming. The south and southeastern drainage divide borders the interior drainage of

Looking for help accessing Dynamic Distribution Lists using C# and ADWS

圖片
1 I currently manage a program that analyses email data. One issue that came up early when developing this was that often an entry in the email's TO CC or BCC fields would not be an actual email address but a mailing list address of some sort. Because the application needs to accurately record how many people an email is being sent to, distribution lists have to be expanded so I can record the ultimate number of recipients the email is being sent to. I was able to deal easily with normal distribution lists but hit a snag with Dynamic Distribution Lists. I have made a working routine that can do it. Here is the code: /// <summary> /// Get the List of A dynamic distribution Group in Key Value Pairs /// the key is the CN /// the value is the filter for the membership of that group