SPIncomingEmailServiceInstance.ServerDropFolder-Eigenschaft
Dient zum Abrufen oder festlegen dem Ablageordner, die SharePoint Foundation überprüft für eingehende e-Mail-Nachrichten, die von den Dienst Simple Mail Transfer Protocol (SMTP) eingehen.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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; }
Eigenschaftswert
Typ: System.String
Eine Zeichenfolge, die für den Ablageordner Dateisystempfads beispielsweise enthält: c:\inetpub\mailroot\drop.
Siehe auch
Referenz
SPIncomingEmailServiceInstance Klasse