SmtpPermissionAttribute.Access 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定由屬性 (Attribute) 所控制之 SMTP 伺服器的存取層級。
public:
property System::String ^ Access { System::String ^ get(); void set(System::String ^ value); };
public string Access { get; set; }
member this.Access : string with get, set
Public Property Access As String
屬性值
String 值。 有效值包括 "Connect" 和 "None"。
備註
如果您在設定這個屬性時指定了無效的值,則 CreatePermission 方法會在系統呼叫時擲回 ArgumentException 。