GetInboxRulesRequestType.MailboxSmtpAddress Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MailboxSmtpAddress As String
Get
Set
'Usage
Dim instance As GetInboxRulesRequestType
Dim value As String
value = instance.MailboxSmtpAddress
instance.MailboxSmtpAddress = value
public string MailboxSmtpAddress { get; set; }
Property Value
Type: System.String