Fetch Directory Entry Example definition

Fetch Directory Entry Example. This opens the entry for ▇▇▇▇@▇▇▇▇▇▇▇▇▇▇ and prints the company name property Sub FetchDirectoryEntry() Dim szDLI As String = "VCF://MailEnable/Mark/$VCFROOT/[Mark]" Dim sPropVal As String Dim oStore As New ▇▇▇▇▇▇▇▇▇▇.▇▇▇▇▇ If (▇▇▇▇▇▇.▇▇▇▇▇▇▇▇▇_OpenEntry(szDLI, "<PROTOCOL>VCF</PROTOCOL>")) Then sPropVal = oStore.DirectoryEntry_GetProperty("", "PR_COMPANY_NAME") If (sPropVal <> "") Then MsgBox("Result: " + sPropVal) End If End If End Sub This lists the subject of each message in the inbox of Mark@MailEnable. Private Sub ListMessages() Dim APIResult As Long Dim oStore As New ▇▇▇▇▇▇▇▇▇▇.▇▇▇▇▇ APIResult = oStore.StoreFolder_Open("MailEnable", "Mark", "\Inbox", ▇▇▇▇▇▇.▇▇_MSG_CLASS_NOTE, 1) If oStore.StoreFolder_FindFirstItem() = 1 Then Console.Write(oStore.StoreItem_GetProperty("PR_SUBJECT")) Loop While (oStore.StoreFolder_FindNextItem() = 1) APIResult = oStore.StoreFolder_FindClose() APIResult = oStore.StoreFolder_Close() End Sub This goes through the inbox of Mark@MailEnable and changes the subject of each message to “Updated”. Private Sub UpdateMessages() Dim APIResult As Long Dim oStore As New ▇▇▇▇▇▇▇▇▇▇.▇▇▇▇▇ APIResult = oStore.StoreFolder_Open("MailEnable", "Mark", "\Inbox", ▇▇▇▇▇▇.▇▇_MSG_CLASS_NOTE, 1) If oStore.StoreFolder_FindFirstItem() = 1 Then Console.Write(oStore.StoreItem_SetProperty("PR_SUBJECT", "Updated")) oStore.StoreFolder_Save(1) End If APIResult = oStore.StoreFolder_FindClose() APIResult = oStore.StoreFolder_Close() End Sub

Related to Fetch Directory Entry Example

  • Directory Assistance Database shall have the meaning set forth in Sections 10.5.2.2, 10.5.2.8, and 10.5.2.9.

  • Directory Assistance Lists shall have the meaning set forth in Section 10.6.1.1.

  • Directory Assistance Service includes, but is not limited to, making available to callers, upon request, information contained in the Directory Assistance Database. Directory Assistance Service includes, where available, the option to complete the call at the caller's direction. "Directory Listings" or "Listings" are any information identifying the listed names of subscribers of a Telecommunications Carrier or Provider, as applicable, and such subscribers' telephone numbers, addresses, or primary advertising classifications (as such classifications are assigned at the time of the establishment of such service), or any combination of such listed names, numbers, addresses or classifications: (1) that the Telecommunications Carrier and/or Provider provides or uses for the purpose of publishing the Listings in any directory format; or (2) that the Telecommunications Carrier and/or Provider provides or uses in Directory Assistance Service, Directory Assistance List Service, or for other lawful purposes.

  • Synchronous Optical Network (SONET) is an optical interface standard that allows inter-networking of transmission products from multiple vendors. The base rate is 51.84 Mbps (“OC-1/STS-1”) and higher rates are direct multiples of the base rate, up to 13.22 Gbps.

  • Synchronous Optical Network (SONET) means the optical interface standard that allows inter-networking of transmission products from multiple vendors. The base rate is 51.84 Mbps (“OC 1/STS 1”) and higher rates are direct multiples of the base rate, up to 13.22 Gbps.