Share via


SPIncomingEmailService.DropFolder property

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)

Syntax

'Declaration
Public Property DropFolder As String
    Get
    Set
'Usage
Dim instance As SPIncomingEmailService
Dim value As String

value = instance.DropFolder

instance.DropFolder = value
public string DropFolder { 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

SPIncomingEmailService class

SPIncomingEmailService members

Microsoft.SharePoint.Administration namespace