SyncEngineIsInSentItems Method |
Namespace:
Unvired.Kernel.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsInSentItems(
string beLid
)
Public Function IsInSentItems (
beLid As String
) As Boolean
public:
bool IsInSentItems(
String^ beLid
)
member IsInSentItems :
beLid : string -> bool
Parameters
- beLid
- Type: SystemString
Return Value
Type:
Boolean
See Also