SecurityMessageProperty.SenderIdPrefix 屬性

定義

取得或設定這個訊息的寄件者識別碼前置詞。

public:
 property System::String ^ SenderIdPrefix { System::String ^ get(); void set(System::String ^ value); };
public string SenderIdPrefix { get; set; }
member this.SenderIdPrefix : string with get, set
Public Property SenderIdPrefix As String

屬性值

String

這個訊息的寄件者識別碼前置詞。

例外狀況

屬性值為 null

屬性值的長度為 0。

-或-

屬性值的第一個字元不是字母且不等於 "_"。

-或-

屬性值沒有任何字元為字母、數字,或等於 "_"、"." 或 "-"。

適用於