[Missing <summary> documentation for "T:IMailAPI_NET.WGSFolder"]
Inheritance Hierarchy
IMailAPI_NETWGSFolder
Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax
The WGSFolder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | WGSFolder | Initializes a new instance of the WGSFolder class |
![]() | WGSFolder(Int32) |
Loads a WGSFolder from the DB via ID.
|
![]() | WGSFolder(String) | Initializes a new instance of the WGSFolder class |
![]() | WGSFolder(WGSFolder) |
Loads passed in WGSFolder into a new object.
|
![]() | WGSFolder(String, String) | Initializes a new instance of the WGSFolder class |
Methods
Name | Description | |
---|---|---|
![]() | AddAddressToContactsFolder | |
![]() | Delete | |
![]() ![]() | DeleteFolder | |
![]() | DoesAddressExistInContactsFolder | |
![]() | DoesFolderExist | |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Load | |
![]() | RemoveAddressFromContactsFolder | |
![]() | Save |
Saves an existing folder if the WGSFolder object has been loaded or creates a new folder if the object has not been loaded. ** WARNING ** - A new folder will be validated before the Save() method will run.
|
![]() | ToString | (Inherited from Object.) |
![]() | ValidateObject |
Properties
Name | Description | |
---|---|---|
![]() | Domain | |
![]() | ID | |
![]() | InheritParentAccess | |
![]() | LastItemUpdate | |
![]() | Name | |
![]() | Owner | |
![]() | Parent | |
![]() | SpecialType | |
![]() | SystemFolder | |
![]() | Type |
See Also