SecurityMessageProperty.SenderIdPrefix 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個訊息的寄件者識別碼前置詞。
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
屬性值
這個訊息的寄件者識別碼前置詞。
例外狀況
屬性值為 null
。
屬性值的長度為 0。
-或-
屬性值的第一個字元不是字母且不等於 "_"。
-或-
屬性值沒有任何字元為字母、數字,或等於 "_"、"." 或 "-"。