Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.42 KB

Outlook.TaskRequestDeclineItem.EntryID.md

File metadata and controls

38 lines (22 loc) · 1.42 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
TaskRequestDeclineItem.EntryID property (Outlook)
vbaol11.chm1832
vbaol11.chm1832
Outlook.TaskRequestDeclineItem.EntryID
87e8ee80-326b-a391-5795-7e76174164e5
06/08/2017
medium

TaskRequestDeclineItem.EntryID property (Outlook)

Returns a String representing the unique Entry ID of the object. Read-only.

Syntax

expression. EntryID

expression A variable that represents a TaskRequestDeclineItem object.

Remarks

This property corresponds to the MAPI property PidTagEntryId.

A MAPI store provider assigns a unique ID string when an item is created in its store. Therefore, the EntryID property is not set for an Outlook item until it is saved or sent. The Entry ID changes when an item is moved into another store, for example, from your Inbox to a Microsoft Exchange Server public folder, or from one Personal Folders (.pst) file to another .pst file. Solutions should not depend on the EntryID property to be unique unless items will not be moved. The EntryID property returns a MAPI long-term Entry ID. For more information about long- and short-term EntryIDs, search https://msdn.microsoft.com for PidTagEntryId.

See also

TaskRequestDeclineItem Object

[!includeSupport and feedback]