AlternatePublicFolderId Constructors
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.
Overloads
AlternatePublicFolderId() |
Initializes a new instance of AlternatePublicFolderId class. |
AlternatePublicFolderId(IdFormat, String) |
Initializes a new instance of the AlternatePublicFolderId class by using the supplied public folder identifier format and the public folder identifier. |
AlternatePublicFolderId()
Initializes a new instance of AlternatePublicFolderId class.
public:
AlternatePublicFolderId();
public AlternatePublicFolderId ();
Public Sub New ()
Applies to
AlternatePublicFolderId(IdFormat, String)
Initializes a new instance of the AlternatePublicFolderId class by using the supplied public folder identifier format and the public folder identifier.
public:
AlternatePublicFolderId(Microsoft::Exchange::WebServices::Data::IdFormat format, System::String ^ folderId);
public AlternatePublicFolderId (Microsoft.Exchange.WebServices.Data.IdFormat format, string folderId);
Public Sub New (format As IdFormat, folderId As String)
Parameters
- format
- IdFormat
The public folder identifier format.
- folderId
- String
The public folder identifier.