Microsoft.WindowsServerSolutions.Common Namespace
The Microsoft.WindowsServerSolutions.Common namespace provides numerous interfaces, enumerations, and classes for working with users, mail accounts, shared folders, and various environment settings.
Classes
Class | Description | |
---|---|---|
![]() |
AddUserPropertiesCompletedEventArgs | Represents the arguments for the AddUserPropertiesCompleted event. |
![]() |
AppHelper | Collection of helper/support functions |
![]() |
BalloonToolTip | Represents a balloon tooltip. |
![]() |
BubbleWindow | Describes a bubble window. |
![]() |
EmailAccount | Represents the arguments returned by the GetAvailableEmailAccountsCompletedEventArgs class. |
![]() |
FilterableListView | Represents a Windows filterable list view control. |
![]() |
FilterBox | Describes a filter box UI. |
![]() |
FontConverter | Converts fonts. |
![]() |
GetAllUserRolesCompletedEventArgs | Represents the arguments for the GetAllUserRolesCompleted event. |
![]() |
GetAvailableEmailAccountsCompletedEventArgs | Represents the arguments for the callback of GetAvailableEmailAccountsAsync. |
![]() |
GetUserPropertiesCompletedEventArgs | Represents the arguments for the GetUserPropertiesCompleted event. |
![]() |
GetUserPropertiesCompletedEventArgs2 | Represents the arguments for the GetUserPropertiesCompleted event. |
![]() |
HighContrastVisibleButton | Descrobes a high contrast visible button. |
![]() |
ImageConversionHelper | Contains methods to convert an image from one format to another. |
![]() |
InterfaceHelper | Represents a helper class for creating instances of extension interfaces. |
![]() |
LocHelper | Contains a helper class for managing localized strings. |
![]() |
LogWrapper | Wraps the WSSG log functionality. |
![]() |
MailboxExtensionConflictException | The exception that is thrown for a conflict that involves a mailbox extension. |
![]() |
MailboxExtensionEventArgs<TResult> | Provides data for the EventHandler<TEventArgs> event handler to be used with asynchronous methods in the IMailboxExtension interface. |
![]() |
MailboxExtensionException | The exception that is thrown for a mailbox extension. |
![]() |
MailboxExtensionInvalidException | The exception that is thrown when a mailbox extension is not valid. |
![]() |
MailboxExtensionNotFoundException | The exception that is thrown when a mailbox extension cannot be found. |
![]() |
ResourceHandler | Contains methods for reading resources from resource-only dynamic-link libraries (DLLs). |
![]() |
ScrollingHelper | Contains functionality to adjust the scrolling behavior in a control. |
![]() |
ServerSettings | Provides information about the server settings. |
![]() |
SupportedPlatformAttribute | Represents an attribute that is designed to restrict an add-in from running on unsupported or unlicensed platforms. This class cannot be inherited. |
![]() |
TextFormat | Contains methods that are used to format text. |
![]() |
UserExtensionException | Exception that is thrown when a user extension error occurs. |
![]() |
UserExtensionMethodCompletedEventArgs | Base class that provides data for the method completed events of the IUserExtension class. |
![]() |
WatermarkTextBox | Describes the watermark for a text box. |
![]() |
WindowsServerSolutionsEnvironment | Collection of helper/support functions for the Windows Server Solutions environment. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IFolderPropertyExtension | Interface for extending shared folder property dialog. |
![]() |
IMailbox | Contains the properties of a mailbox. |
![]() |
IMailboxExtension | Exposes methods that are used to extend user mailboxes. |
![]() |
IMiscStrings | Extension point for various product strings. |
![]() |
IUserExtension | Extension point for user properties in the product. |
![]() |
IUserExtension2 | The extension point for user properties in the product. |
![]() |
IUserExtension2Properties | Represents the user extension properties for a particular user. |
![]() |
IUserExtensionErrorRecord | Represents the error record that provides more details about an UserExtensionException. |
![]() |
IUserExtensionProperties | Represents the user extension properties for a particular user. |
![]() |
IUserRole | Represents a user extension property. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
LegibleSizeFormat | Specifies the format that is used in some of the LegibleSize methods in the TextFormat class. |
Return to top