SmtpClient.PickupDirectoryLocation 속성

정의

애플리케이션이 로컬 SMTP 서버에서 처리할 메일 메시지를 저장하는 폴더를 가져오거나 설정합니다.

public:
 property System::String ^ PickupDirectoryLocation { System::String ^ get(); void set(System::String ^ value); };
public string? PickupDirectoryLocation { get; set; }
public string PickupDirectoryLocation { get; set; }
member this.PickupDirectoryLocation : string with get, set
Public Property PickupDirectoryLocation As String

속성 값

전자 메일 메시지의 픽업 디렉터리를 지정하는 String입니다.

설명

픽업 디렉터리의 메일 메시지는 IIS와 같은 로컬 SMTP 서버(있는 경우)에서 자동으로 전송됩니다.

컴퓨터에서이 속성의 기본값을 설정할 수도 있습니다 또는 애플리케이션 구성 파일입니다. 속성에 PickupDirectoryLocation 대한 모든 변경 내용은 구성 파일 설정을 재정의합니다.

적용 대상

추가 정보