GetSharingFolderType.SmtpAddress Property

Definition

The SmtpAddress property gets or sets the SMTP e-mail address of the other party in the sharing relationship.

public:
 property System::String ^ SmtpAddress { System::String ^ get(); void set(System::String ^ value); };
public string SmtpAddress { get; set; }
Public Property SmtpAddress As String

Property Value

The value of the SmtpAddress property is a string that contains an SMTP e-mail address.

Remarks

In a GetSharingFolderType request, the SmtpAddress property must be set. Additionally, either the DataType property or the SharedFolderId property must be set, but not both.

Applies to