EmailIrmInfo 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
IRM(전자 메일 정보 권한 관리) 정보를 나타냅니다.
public ref class EmailIrmInfo sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.Activatable(Windows.ApplicationModel.Email.IEmailIrmInfoFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [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 EmailIrmInfo final
/// [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)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.Activatable(Windows.ApplicationModel.Email.IEmailIrmInfoFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class EmailIrmInfo final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.ApplicationModel.Email.IEmailIrmInfoFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[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 EmailIrmInfo
[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)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.ApplicationModel.Email.IEmailIrmInfoFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class EmailIrmInfo
function EmailIrmInfo(expiration, irmTemplate)
Public NotInheritable Class EmailIrmInfo
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
앱 기능 |
email
emailSystem
|
생성자
EmailIrmInfo() |
EmailIrmInfo 클래스의 새 instance 초기화합니다. |
EmailIrmInfo(DateTime, EmailIrmTemplate) |
지정된 IRM 만료 시간 및 템플릿을 사용하여 EmailIrmInfo 클래스의 새 instance 초기화합니다. |
속성
CanEdit |
전자 메일 메시지를 편집할 수 있는지 여부를 나타내는 부울 값을 가져오거나 설정합니다. |
CanExtractData |
사용자가 전자 메일 메시지의 내용을 클립보드에 복사할 수 있는지 여부를 나타내는 부울 값을 가져오거나 설정합니다. |
CanForward |
전자 메일 메시지를 전달할 수 있는지 여부를 나타내는 부울 값을 가져오거나 설정합니다. |
CanModifyRecipientsOnResponse |
사용자가 응답할 때 전자 메일 받는 사람을 변경할 수 있는지 여부를 나타내는 부울 값을 가져오거나 설정합니다. |
CanPrintData |
사용자가 전자 메일 메시지 또는 첨부 파일의 내용을 인쇄할 수 있는지 여부를 나타내는 부울 값을 가져오거나 설정합니다. |
CanRemoveIrmOnResponse |
받는 사람이 응답할 때 IRM(정보 권한 관리)을 제거할 수 있는지 여부를 나타내는 부울 값을 가져오거나 설정합니다. |
CanReply |
받는 사람이 전자 메일 메시지에 회신할 수 있는지 여부를 나타내는 부울 값을 가져오거나 설정합니다. |
CanReplyAll |
받는 사람이 전자 메일 메시지에 모두 회신할 수 있는지 여부를 나타내는 부울 값을 가져오거나 설정합니다. |
ExpirationDate |
IRM(정보 권한 관리) 권한의 만료 날짜를 가져오거나 설정합니다. |
IsIrmOriginator |
발신자가 IRM(정보 권한 관리) 보낸 사람인지 여부를 나타내는 부울 값을 가져오거나 설정합니다. |
IsProgramaticAccessAllowed |
메시지에 프로그래밍 방식으로 액세스할 수 있는지 여부를 나타내는 부울 값을 가져오거나 설정합니다. |
Template |
IRM(정보 권한 관리) 정보를 만드는 데 사용되는 EmailIrmTemplate 을 가져오거나 설정합니다. |