IAppointmentParticipant 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
일정의 약속 참가자에 대한 정보를 제공합니다.
public interface class IAppointmentParticipant
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1633560834, 38680, 18043, 131, 251, 178, 147, 161, 145, 33, 222)]
struct IAppointmentParticipant
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1633560834, 38680, 18043, 131, 251, 178, 147, 161, 145, 33, 222)]
public interface IAppointmentParticipant
Public Interface IAppointmentParticipant
- 파생
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
앱 기능 |
appointmentsSystem
|
속성
Address |
약속 참가자의 주소를 전달하는 문자열을 가져오거나 설정합니다. 주소는 필수이며 SMTP(Simple Mail Transfer Protocol) 전자 메일 주소입니다. 또한 String 형식이며 길이가 1~321자입니다(비어 있지 않음). |
DisplayName |
약속 참가자의 표시 이름을 전달하는 문자열을 가져오거나 설정합니다. 표시 이름은 문자열 형식의 선택 사항이며 최대 길이는 256자입니다. |