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