GetSharingMetadataType.SenderSmtpAddress Property
The SenderSmtpAddress property gets or sets the SMTP e-mail address that corresponds to the mailbox that contains the folder that is identified by the IdOfFolderToShare property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property SenderSmtpAddress As String
Get
Set
'Usage
Dim instance As GetSharingMetadataType
Dim value As String
value = instance.SenderSmtpAddress
instance.SenderSmtpAddress = value
public string SenderSmtpAddress { get; set; }
Property Value
Type: System.String
The value of the SenderSmtpAddress property is a string that contains an SMTP e-mail address.
See Also