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 drop folder that SharePoint Foundation checks for incoming e-mail messages that arrive from the Simple Mail Transfer Protocol (SMTP) service.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ServerDropFolder As String
Get
Set
'Usage
Dim instance As SPIncomingEmailServiceInstance
Dim value As String
value = instance.ServerDropFolder
instance.ServerDropFolder = value
public string ServerDropFolder { get; set; }
Property Value
Type: System.String
A string that contains the file system path to the drop folder, for example: c:\inetpub\mailroot\drop.
See Also
Reference
SPIncomingEmailServiceInstance Class