EmailMailbox 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
원격 전자 메일 서버에 있는 전자 메일 사서함을 나타냅니다.
public ref class EmailMailbox sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EmailMailbox final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EmailMailbox
Public NotInheritable Class EmailMailbox
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
앱 기능 |
email
emailSystem
|
설명
이 항목에 설명된 기능은 모든 UWP 앱에서 사용할 수 없습니다. Microsoft는 스토어 앱 제출 프로세스의 일부로 이러한 API 사용을 승인하고 개발자 계정을 프로비전해야 해당 API를 사용하는 앱을 게시할 수 있습니다.
버전 기록
Windows 버전 | SDK 버전 | 추가된 값 |
---|---|---|
1511 | 10586 | ResolveRecipientsAsync |
1511 | 10586 | TryCreateFolderAsync |
1511 | 10586 | TryDeleteFolderAsync |
1511 | 10586 | TryEmptyFolderAsync |
1511 | 10586 | ValidateCertificatesAsync |
1607 | 14393 | RegisterSyncManagerAsync |
1709 | 16299 | GetChangeTracker |
속성
Capabilities |
사서함과 연결된 기능을 가져옵니다. |
ChangeTracker |
이 사서함에 대한 EmailMailboxChangeTracker 를 가져옵니다. |
DisplayName |
표시에 적합한 이 사서함의 이름을 가져오거나 설정합니다. |
Id |
이 사서함의 ID를 가져옵니다. |
IsDataEncryptedUnderLock |
디바이스가 잠겨 있을 때 전자 메일 데이터가 암호화되는지 여부를 나타내는 부울 값을 가져옵니다. |
IsOwnedByCurrentApp |
이 사서함이 현재 앱에서 소유하고 있는지 여부를 나타내는 부울 값을 가져옵니다. |
LinkedMailboxId |
이 사서함에 연결된 사서함의 식별자를 가져옵니다. |
MailAddress |
사서함의 전자 메일 주소를 가져오거나 설정합니다. |
MailAddressAliases |
이 사서함과 연결된 전자 메일 별칭 목록을 가져옵니다. |
NetworkAccountId |
네트워크 내에서 전자 메일 사서함 계정의 식별자를 가져옵니다. |
NetworkId |
이 전자 메일 사서함과 연결된 네트워크의 식별자를 가져옵니다. |
OtherAppReadAccess |
다른 앱의 이 사서함에 대한 읽기 액세스 수준을 가져오거나 설정합니다. |
OtherAppWriteAccess |
다른 앱의 이 사서함에 대한 쓰기 액세스 수준을 가져오거나 설정합니다. |
Policies |
이 사서함의 첨부 파일에 대한 보안 정책을 가져옵니다. |
SourceDisplayName |
원본 사서함의 표시 이름을 가져옵니다. |
SyncManager |
사서함의 동기화 관리자를 가져옵니다. |
UserDataAccountId |
사서함에 대한 사용자 데이터 계정의 ID를 가져옵니다. |
메서드
이벤트
MailboxChanged |
사서함이 변경되면 발생합니다. |