PublicFolder.ContentMailboxGuid property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property ContentMailboxGuid As Guid
Get
Set
'Usage
Dim instance As PublicFolder
Dim value As Guid
value = instance.ContentMailboxGuid
instance.ContentMailboxGuid = value
public Guid ContentMailboxGuid { get; set; }
Property value
Type: System.Guid