SmsAppMessage 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public ref class SmsAppMessage sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SmsAppMessage final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class SmsAppMessage final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SmsAppMessage
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class SmsAppMessage
function SmsAppMessage()
Public NotInheritable Class SmsAppMessage
- 상속
- 특성
- 구현
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
앱 기능 |
cellularMessaging
sms
|
생성자
SmsAppMessage() |
생성자입니다. SmsAppMessage를 보내기 전에 만드는 데 사용됩니다. |
속성
BinaryBody |
애플리케이션 메시지의 이진 부분을 읽거나 씁니다. |
Body |
메시지의 일반 텍스트 본문입니다. |
CallbackNumber |
수신된 SMS 메시지에 대한 회신으로 전화를 걸 수 있는 번호입니다. |
CellularClass |
메시지를 받은 셀룰러 디바이스의 클래스입니다. |
DeviceId |
메시지를 받은 디바이스의 디바이스 ID입니다. |
Encoding |
메시지를 보내는 데 사용되는 인코딩입니다. |
From |
메시지 보낸 사람의 전화 번호입니다. |
IsDeliveryNotificationEnabled |
SMSC에서 SMS 배달 상태 보고서를 보냈는지 여부를 나타냅니다. |
MessageClass |
메시지의 메시지 클래스입니다. |
MessageType |
메시지의 메시지 유형입니다. |
PortNumber |
메시지의 포트 번호입니다. |
ProtocolId |
메시지의 프로토콜 식별자입니다. |
RetryAttemptCount |
메시지에 대한 재시도 횟수입니다. |
SimIccId |
메시지를 받은 SIM의 ICCID(통합 회로 카드 식별자)를 가져옵니다. |
TeleserviceId |
메시지에 대한 Teleservice 식별자입니다. |
Timestamp |
메시지의 타임스탬프입니다. |
To |
이 메시지를 받는 사람의 전화 번호입니다. |