SPIncomingEmailService Members
Represents the service that is used in Windows SharePoint Services for incoming e-mail timer jobs.
The following tables list the members exposed by the SPIncomingEmailService type.
| Name | Description | |
|---|---|---|
| SPIncomingEmailService | Overloaded. Initializes a new instance of the SPIncomingEmailService class. |
| Name | Description | |
|---|---|---|
| CanUpgrade | Gets a value that indicates whether the object can be upgraded.(inherited from SPPersistedUpgradableObject) |
| DirectoryManagementServiceUrl | Gets or sets the URL of the SharePoint Directory Management SOAP Web service. |
| DisplayName | Gets the display name that describes the persisted object instance within the administrative user interface.(inherited from SPPersistedObject) |
| DistributionGroupsEnabled | Gets or sets a Boolean value that specifies whether to allow creation of distribution groups from SharePoint sites. |
| DLsRequireAuthenticatedSenders | Gets or sets a Boolean value that specifies whether to require authenticated senders for e-mail messages that are sent to distribution groups. |
| DropFolder | Gets or sets the drop folder that Windows SharePoint Services checks for incoming e-mail messages that arrive from the Simple Mail Transfer Protocol (SMTP) service. |
| Enabled | Gets or sets a Boolean value that specifies whether to enable delivery of incoming e-mail. |
| Farm | Gets the server farm where the object lives.(inherited from SPPersistedObject) |
| Id | Gets or sets the GUID that is associated with the object. (inherited from SPPersistedObject) |
| Instances | Gets a collection of all instances of the service in the server farm.(inherited from SPService) |
| JobDefinitions | Gets a collection of job definitions for this service.(inherited from SPService) |
| Name | Gets or sets the name that identifies a particular instance of the object.(inherited from SPPersistedObject) |
| NeedsUpgrade | Gets or sets a Boolean value that specifies whether the object needs to be upgraded.(inherited from SPPersistedUpgradableObject) |
| NeedsUpgradeIncludeChildren | Gets a Boolean value that indicates whether the object should be upgraded, considering the children of the object.(inherited from SPPersistedUpgradableObject) |
| Parent | Gets the ID of the parent class that declares the object.(inherited from SPPersistedObject) |
| Properties | Gets a property bag that is used to store properties for the persisted object.(inherited from SPPersistedObject) |
| RemoteDirectoryManagementService | Gets or sets a Boolean value that specifies whether to use a remote directory management service to create distribution groups and contacts. |
| Required | Overridden. Gets a Boolean value that indicates whether an instance of the incoming e-mail service must be running on at least one computer in the server farm. |
| RunningJobs | Gets a collection of running jobs for this service.(inherited from SPService) |
| ServerAddress | Gets or sets the name of the server where incoming e-mail messages are received. |
| ServerDisplayAddress | Gets or sets the suffix of the e-mail server address that is displayed in the administrative user interface. |
| SmtpInstanceId | Gets or sets the ID of the Internet Information Services (IIS) Simple Mail Transfer Protocol (SMTP) instance to configure with IP security settings. |
| Status | Gets or sets the status of the object that the class represents.(inherited from SPPersistedObject) |
| TypeName | Overridden. Gets the display name that is used to describe the object type within the administrative user interface. |
| UpgradeContext | Gets additional upgrade context. (inherited from SPPersistedUpgradableObject) |
| UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (inherited from SPAutoSerializingObject) |
| UseAutomaticSettings | Gets or sets a Boolean value that specifies whether incoming e-mail settings are automatically gathered from the default Internet Information Services (IIS) Simple Mail Transfer Protocol (SMTP) instance. |
| UseDirectoryManagementService | Gets or sets a Boolean value that specifies whether the incoming e-mail service uses a SharePoint Directory Management SOAP Web service. |
| Version | Gets the time that the object was last updated.(inherited from SPPersistedObject) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| ChangeIPRestrictionList | Specifies the servers from which the incoming e-mail service accepts e-mail messages. |
| Clone | Returns a clone of the object that does not come from the in-memory cache, which enables calling code to help ensure thread safety.(inherited from SPPersistedObject) |
| Delete | Removes the object from the collection and the server farm.(inherited from SPPersistedObject) |
| Equals | Overloaded. (inherited from SPPersistedObject) |
| GetChild | Overloaded. (inherited from SPPersistedObject) |
| GetHashCode | Serves as a hash function for the persisted object.(inherited from SPPersistedObject) |
| GetIPRestrictionList | Gets the list of servers from which the incoming e-mail service accepts e-mail messages. |
| GetObjectData | (inherited from SPAutoSerializingObject) |
| GetType | (inherited from Object) |
| Invalidate | Invalidates computed property values of the IUpgradable interface.(inherited from SPPersistedUpgradableObject) |
| op_Equality | (inherited from SPPersistedObject) |
| op_Inequality | (inherited from SPPersistedObject) |
| Provision | Makes the necessary changes to the local server to use the object.(inherited from SPPersistedObject) |
| ReferenceEquals | (inherited from Object) |
| ScheduleAutomaticSettingsUpdate | Resets the timer job that is implemented in the incoming e-mail service to use settings of the default Internet Information Services (IIS) Simple Mail Transfer Protocol (SMTP) instance. |
| ToString | Returns the type and name of an object and of all its ancestors (parent, grandparent, and so on).(inherited from SPPersistedObject) |
| Uncache | Frees the memory cache that is used by the object.(inherited from SPPersistedObject) |
| Unprovision | Makes the necessary changes to the local server to clean up after deleting the object.(inherited from SPPersistedObject) |
| Update | Overloaded. Overridden. |
| Upgrade | Overloaded. Upgrades the object.(inherited from SPPersistedUpgradableObject) |
| Name | Description | |
|---|---|---|
| Finalize | (inherited from Object) |
| MemberwiseClone | (inherited from Object) |
| OnDeserialization | Called immediately after the base class deserializes itself to do additional work.(inherited from SPPersistedObject) |
| UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (inherited from SPAutoSerializingObject) |
| Validate | Validates the state of all fields before persisting the object. (inherited from SPPersistedObject) |