Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum duration, in hours, that undelivered messages remain in the drop folder before being deleted.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property RetryDeliveryInterval As Integer
Get
Set
'Usage
Dim instance As SPIncomingEmailService
Dim value As Integer
value = instance.RetryDeliveryInterval
instance.RetryDeliveryInterval = value
public int RetryDeliveryInterval { get; set; }
Property Value
Type: System.Int32
The maximum duration, in hours.
Remarks
The default value for this property is 24 hours, or one day.