Organization Users - Add "Member Of" Tab to allow management of Distribution Group Management Allow management and Display of Distribution Group Management. Tab "Member Of" added not only to the "Organization Users" but also to "Exchange Mailboxes" and "Exchange Distribution Lists".
23 lines
845 B
VB.net
23 lines
845 B
VB.net
'------------------------------------------------------------------------------
|
|
' <auto-generated>
|
|
' This code was generated by a tool.
|
|
' Runtime Version:4.0.30319.18033
|
|
'
|
|
' Changes to this file may cause incorrect behavior and will be lost if
|
|
' the code is regenerated.
|
|
' </auto-generated>
|
|
'------------------------------------------------------------------------------
|
|
|
|
Option Strict Off
|
|
Option Explicit On
|
|
|
|
Imports System
|
|
Imports System.Reflection
|
|
Imports System.Runtime.CompilerServices
|
|
Imports System.Runtime.InteropServices
|
|
<Assembly: AssemblyCompany("Outercurve Foundation"), _
|
|
Assembly: AssemblyCopyright("Copyright © 2012 Outercurve Foundation."), _
|
|
Assembly: AssemblyVersion("2.1.0.1"), _
|
|
Assembly: AssemblyFileVersion("2.1.0.1"), _
|
|
Assembly: AssemblyInformationalVersion("2.1.0")>
|
|
|