GetSharingMetadataType.SenderSmtpAddress 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.
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.
public:
property System::String ^ SenderSmtpAddress { System::String ^ get(); void set(System::String ^ value); };
public string SenderSmtpAddress { get; set; }
Public Property SenderSmtpAddress As String
Property Value
The value of the SenderSmtpAddress property is a string that contains an SMTP e-mail address.