다음을 통해 공유


EmailFolder.CreateFolderAsync(String) 메서드

정의

새 폴더를 비동기적으로 만듭니다.

public:
 virtual IAsyncOperation<EmailFolder ^> ^ CreateFolderAsync(Platform::String ^ name) = CreateFolderAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<EmailFolder> CreateFolderAsync(winrt::hstring const& name);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<EmailFolder> CreateFolderAsync(string name);
function createFolderAsync(name)
Public Function CreateFolderAsync (name As String) As IAsyncOperation(Of EmailFolder)

매개 변수

name
String

Platform::String

winrt::hstring

새 폴더의 이름입니다.

반환

새로 만든 폴더를 반환합니다.

특성

Windows 요구 사항

앱 기능
email emailSystem

적용 대상