EmailMailboxCapabilities.CanGetAndSetInternalAutoReplies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a Boolean value indicating whether an account is allowed to get and set automatic reply email messages intended for internal audiences.
public:
property bool CanGetAndSetInternalAutoReplies { bool get(); };
public:
property bool CanGetAndSetInternalAutoReplies { bool get(); void set(bool value); };
bool CanGetAndSetInternalAutoReplies();
bool CanGetAndSetInternalAutoReplies();
void CanGetAndSetInternalAutoReplies(bool value);
public bool CanGetAndSetInternalAutoReplies { get; }
public bool CanGetAndSetInternalAutoReplies { get; set; }
var boolean = emailMailboxCapabilities.canGetAndSetInternalAutoReplies;
var boolean = emailMailboxCapabilities.canGetAndSetInternalAutoReplies;
emailMailboxCapabilities.canGetAndSetInternalAutoReplies = boolean;
Public ReadOnly Property CanGetAndSetInternalAutoReplies As Boolean
Public Property CanGetAndSetInternalAutoReplies As Boolean
Property Value
Boolean
bool
A Boolean value indicating whether an account is allowed to get and set automatic reply email messages intended for internal audiences.
Windows requirements
App capabilities |
email
emailSystem
|